|
@ -218,14 +218,14 @@ html,body{ cursor:default; margin:0; height:100%;}
|
218
|
218
|
.boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:6px;}
|
219
|
219
|
ul.boxnav{ overflow: hidden;width:100%;}
|
220
|
220
|
ul.boxnav li{list-style: none;width:31%;float:left; padding:0 1%;-webkit-box-sizing: border-box;}
|
221
|
|
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:27px; text-align: center; display: block; background: #fff; border-radius: 5px;cursor: pointer;}
|
|
221
|
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:28px; text-align: center; display: block; background: #fff; border-radius: 5px;cursor: pointer;}
|
222
|
222
|
ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
|
223
|
223
|
ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
|
224
|
224
|
ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
|
225
|
|
ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;pading-left:4px;}
|
226
|
|
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 11px center; }
|
227
|
|
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 17px center; }
|
228
|
|
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 23px center; }
|
|
225
|
ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;padding-left:3px;}
|
|
226
|
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 14px center; }
|
|
227
|
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 20px center; }
|
|
228
|
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 26px center; }
|
229
|
229
|
|
230
|
230
|
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
|
231
|
231
|
.IdentityState p{padding:10px; margin:10px;}
|