|
@@ -24,7 +24,7 @@ li{list-style:none}
|
|
|
.list-main .list-main-code{width: 100%;height: 22px;line-height: 22px;font-size: 16px;color: #ffffff;}
|
|
|
.list-btn{font-size: 14px;color: #ffffff;height: 22px;line-height: 22px;position: absolute;right: 16px;top: 16px;cursor: pointer;}
|
|
|
.model-cards-popup{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);z-index: 99999;}
|
|
|
- .model-cards-popup .model-content{width:704px;height:480px;padding: 16px 32px; position:absolute;top:0;left:0;right:0;bottom:0;background-color:#FFFFFF;margin:auto;border-radius:2px;box-sizing:border-box}
|
|
|
+ .model-cards-popup .model-content{width:710px;height:480px;padding: 16px 32px; position:absolute;top:0;left:0;right:0;bottom:0;background-color:#FFFFFF;margin:auto;border-radius:2px;box-sizing:border-box}
|
|
|
.model-content .title{width: 100%;height: 27px;box-sizing: border-box;float: left;position: relative;margin-bottom: 40px;}
|
|
|
.model-content .title .icon-close{width: 16px;height: 16px;display: block;position: absolute;right:0;top: 0;background: url("/img/base/icon.png")-315px 0 no-repeat;cursor: pointer;}
|
|
|
.model-content .title .title-tabs{width: 100%;height: 27px;float: left;}
|
|
@@ -35,7 +35,7 @@ li{list-style:none}
|
|
|
.model-content .content .list img{width: 100%;height: 100%;display: block;}
|
|
|
.model-content .content .list.current{border-color: #FF2A2A;}
|
|
|
.model-content .content .list.current:before{content: '';width: 20px;height: 20px;position: absolute;bottom: 0;right: -2px;background: url("/img/base/icon.png")-210px -252px no-repeat;}
|
|
|
- .model-content .button{width: 100%;height: 34px;float: left;}
|
|
|
+ .model-content .button{width: 100%;height: 34px;float: left;margin-top: 24px;}
|
|
|
.model-content .button .button-btn{display: block;width: 100px;height: 34px;margin: 0 auto;box-sizing: border-box;border: 1px solid #FF5B00;background: #FF5B00;line-height: 34px;text-align: center;font-size: 14px;color: #FFFFFF;}
|
|
|
.model-content .button .button-btn.disabled{border: 1px solid #B8BFCA;background: #B8BFCA;color: #FFFFFF;}
|
|
|
.model-content .content .content-labe{width: 100%;height: 38px;line-height: 38px;float: left;font-size: 16px;color: #333333;font-weight: bold;}
|
|
@@ -48,12 +48,19 @@ li{list-style:none}
|
|
|
.model-content .content .content-labe .form-type .form-radio span{font-size: 14px;color: #666666;font-weight: normal;margin-left: 5px;}
|
|
|
.model-content .content .content-labe .form-type .form-radio input:checked + i:before{ background-position: -210px -0px; }
|
|
|
.model-content .content .content-labe .form-type .form-radio .icon:before{position: absolute;left: 0;bottom: 0;width:16px ;height:16px;background-position: -236px -0px;}
|
|
|
+ .model-content .content .content-label{width: 100%;height:32px;float: left;line-height: 32px;text-align: left;font-size: 14px;color: #1890F9;padding-left: 44px;box-sizing: border-box;}
|
|
|
.model-content .content .content-form{width: 100%;height: 32px;float: left;margin-bottom: 24px;}
|
|
|
+ .model-content .content .content-form.none{margin-bottom: 10px;}
|
|
|
.model-content .content .content-form .form-label{width: 70px;height: 32px;float: left;line-height: 32px;text-align: right;font-size: 14px;color: #666666;}
|
|
|
+ .model-content .content .content-form .form-label.sen{width: 92px;}
|
|
|
.model-content .content .content-form .form-label span{color: #F94B4B;}
|
|
|
.model-content .content .content-form .form-input{width: 500px;height: 32px;float: left;margin-left:10px;color: #F94B4B;box-sizing: border-box;padding: 0 13px;border:1px solid #B8BFCA;}
|
|
|
.model-content .content .content-form .form-input input{width: 100%;height:30px;float: left;line-height: 30px;font-size: 14px;color: #333333;border: none;font-style: normal;}
|
|
|
-
|
|
|
+ .model-content .content .content-form .form-input.code{ width: 350px; }
|
|
|
+ .model-content .content .content-form .form-btn{width: 110px;height: 32px;float: left;margin-left: 20px;}
|
|
|
+ .model-content .content .content-form .form-btn a{display: block;width: 100px;height: 32px;box-sizing: border-box;background: #FF5B00;line-height: 32px;text-align: center;font-size: 14px;color: #FFFFFF;}
|
|
|
+ .model-content .content .content-form .form-btn a.disabled{background: #B8BFCA;color: #FFFFFF;}
|
|
|
+ .model-content .content .content-form .form-text{ line-height: 32px; font-size: 14px;color: #333333; }
|
|
|
|
|
|
|
|
|
|