|
@@ -35,15 +35,15 @@
|
|
|
.content-model .model-title .mIcon{display: block;width: 5vw;height: 5vw;position: absolute;right: 2.5vw;top: 2.5vw;z-index: 999;cursor: pointer;}
|
|
|
.content-model .model-title .mIcon:before{width: 5vw;height: 5vw;background-position:-84.5vw -53.5vw;}
|
|
|
.content-model .model-content{width: 100%;height: 52.4vw;box-sizing: border-box;padding:2.7vw;}
|
|
|
-.content-model .model-content .model-form{width: 100%;height:auto;float: left;}
|
|
|
-.content-model .model-content .model-form .input{box-sizing: border-box;width: 58.4vw;height: 9.6vw;line-height: 6vw; outline: none;float: left;border: 1px solid #b8bfca;border-radius: 0.2vw;padding:1.8vw 1vw;font-size: 3.4vw;}
|
|
|
+.content-model .model-content .model-form{width: 100%;height:auto;float: left;position: relative;}
|
|
|
+.content-model .model-content .model-form .input{box-sizing: border-box;width: 58.4vw;height: 9.6vw;line-height: 6vw; outline: none;float: left;border: 1px solid #b8bfca;border-radius: 0.2vw;padding:1.8vw 1vw;font-size: 3.4vw;margin-bottom: 4vw;}
|
|
|
.content-model .model-content .model-form .image{width: 30.7vw;height: 10.7vw;float: left;border-radius: 0.2vw;margin-top: 4.3vw;}
|
|
|
.content-model .model-content .model-form .image img{width: 100%;height:10.7vw;display: block;border-radius: 0.2vw;}
|
|
|
.content-model .model-content .model-form .refresh{height:10.7vw;float: left;margin-top: 4.3vw;}
|
|
|
.content-model .model-content .model-form .refresh .mIcon{display: block;width: 4vw;height: 4vw;float: left;margin: 3.3vw 2vw 0 4vw;cursor: pointer;}
|
|
|
.content-model .model-content .model-form .refresh .mIcon:before{width: 4vw;height: 4vw;background-position:-1.2vw -62.5vw;}
|
|
|
.content-model .model-content .model-form .refresh span{width:auto;height:10.7vw;display: block;float: left;line-height: 10.7vw;font-size: 3.4vw;margin-left: 2vw;}
|
|
|
-.content-model .model-content .model-button{width: 100%;height: 9.9vw;float: left;margin-top: 11vw;}
|
|
|
+.content-model .model-content .model-button{width: 100%;height: 9.9vw;float: left;margin-top: 7vw;}
|
|
|
.content-model .model-content .model-button .button{width: 100%;height: 9.9vw;border-radius: .2vw;background-color: #e15616;text-align: center;line-height:9.9vw;font-size: 3.4vw;color: #FFFFFF;cursor: pointer;}
|
|
|
/* 头部 */
|
|
|
.baseHeadCenter{box-sizing:border-box;width:100%;height:26.8vw;padding:0 2vw;position:relative;background:#FFF}
|