|
@@ -3,130 +3,128 @@
|
|
|
width: 100%;
|
|
|
background: #356363;
|
|
|
}
|
|
|
-
|
|
|
.main .one {
|
|
|
float: left;
|
|
|
width: 80%;
|
|
|
- margin-top: 25%;
|
|
|
- margin-left: 10%;
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 50rpx;
|
|
|
+ margin: 25% 10% 0 10%;
|
|
|
}
|
|
|
-
|
|
|
.main .one .one_1 {
|
|
|
float: left;
|
|
|
- width: 100%;
|
|
|
- margin-top: 5%;
|
|
|
- margin-left: 10%;
|
|
|
- margin-bottom: 5%;
|
|
|
- font-size: 40rpx;
|
|
|
- font-family: Helvetica;
|
|
|
- color: #000000;
|
|
|
- line-height: 100rpx;
|
|
|
- letter-spacing: 2rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.main .one .content {
|
|
|
+ width: 93%;
|
|
|
+ height: 350px;
|
|
|
+ overflow: hidden;
|
|
|
+ background-color: #fff;
|
|
|
+ margin: 0 0 20px 0;
|
|
|
+ border-radius: 10px;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+.main .one .one_1 .one_1_1 {
|
|
|
float: left;
|
|
|
- width: 80%;
|
|
|
- margin-left: 10%;
|
|
|
- text-align: center;
|
|
|
- margin-bottom: 15%;
|
|
|
- border-bottom: 3rpx solid rgb(58, 57, 57);
|
|
|
-}
|
|
|
-.main .one .one_2 {
|
|
|
- float: left;
|
|
|
- width: 80%;
|
|
|
- margin-left: 10%;
|
|
|
- margin-bottom: 5%;
|
|
|
- font-size: 25rpx;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ margin: 25px 0;
|
|
|
}
|
|
|
-.main .one .one_2 .left {
|
|
|
+.main .one .one_1 .one_1_2 {
|
|
|
float: left;
|
|
|
- width: 40%;
|
|
|
- margin: 0 30px;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 0 20px 0;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .one_2 .right {
|
|
|
+.main .one .one_1 .one_1_2 .content {
|
|
|
float: left;
|
|
|
- width: 30%;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 0 15px 0;
|
|
|
+ padding: 10px 0;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .content .left {
|
|
|
+.main .one .one_1 .one_1_2 .content .left {
|
|
|
float: left;
|
|
|
width: 20%;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .content .right {
|
|
|
- float: left;
|
|
|
- width: 60%;
|
|
|
- text-align: left;
|
|
|
- margin-bottom: 2.5%;
|
|
|
+.main .one .one_1 .one_1_2 .content .left .icon {
|
|
|
+ font-size: 30px;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .content .left .icon {
|
|
|
- color: black;
|
|
|
+.main .one .one_1 .one_1_2 .content .right {
|
|
|
+ float: left;
|
|
|
+ width: 80%;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .content .right input {
|
|
|
- color: black;
|
|
|
+.main .one .one_1 .one_1_2 .content .right input {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ padding: 4px 0;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .content .right .placeholder {
|
|
|
- color: black;
|
|
|
+.main .one .one_1 .one_1_2 .btn {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin: 15px 0 0 0;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .content .right .picker view {
|
|
|
- color: #ffffff;
|
|
|
+.main .one .one_1 .one_1_2 .btn .btn_1 {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .save {
|
|
|
- margin: 15px 10px;
|
|
|
- text-align: center;
|
|
|
+.main .one .one_1 .one_1_2 .btn .btn_1 button {
|
|
|
+ border: none;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
-
|
|
|
-.main .one .save button {
|
|
|
- padding: 0rpx;
|
|
|
- line-height: 50rpx;
|
|
|
- font-size: 25rpx;
|
|
|
- width: 60%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 30rpx;
|
|
|
+.main .one .one_1 .one_1_2 .btn .btn_1 button:last-child {
|
|
|
+ float: right;
|
|
|
}
|
|
|
-.main .one .one_3{
|
|
|
+.main .one .one_1 .one_1_2 .btn .btn_2 {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
- margin-bottom: 2.5%;
|
|
|
-}
|
|
|
-.main .one .one_3 .box{
|
|
|
- float: left;
|
|
|
- margin-left: 29%;
|
|
|
- width: 10%;
|
|
|
- transform:scale(.6);
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-.main .one .one_3 .box_text{
|
|
|
- float: left;
|
|
|
- width: 40%;
|
|
|
- color: #000000;
|
|
|
- margin-top: 2%;
|
|
|
- font-size:18rpx;
|
|
|
+.main .one .one_1 .one_1_2 .btn .btn_2 button {
|
|
|
+ width: 80%;
|
|
|
+ border-radius: 25px;
|
|
|
}
|
|
|
-.mian .one .two{
|
|
|
+.main .one .one_1 .one_1_3 {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
- text-align: center;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+.main .one .one_1 .one_1_3 .check {
|
|
|
+ padding: 0 50px;
|
|
|
}
|
|
|
-.main .two {
|
|
|
+.main .one .one_2 {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
- margin-top: 5%;
|
|
|
- text-align: center;
|
|
|
color: #ffffff;
|
|
|
- font-size: 25rpx;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
}
|
|
|
-.main .thr {
|
|
|
+.main .one .one_2 text {
|
|
|
+ padding: 0 10px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.main .one .one_3 {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
- margin-top: 5%;
|
|
|
-}
|
|
|
+}
|
|
|
+/* 未选中 */
|
|
|
+checkbox .wx-checkbox-input {
|
|
|
+ width: 30rpx;
|
|
|
+ height: 30rpx;
|
|
|
+}
|
|
|
+/* 选中 */
|
|
|
+/* checkbox .wx-checkbox-input.wx-checkbox-input-checked{
|
|
|
+ border: none;
|
|
|
+ background: red;
|
|
|
+ } */
|
|
|
+/* 选中 */
|
|
|
+/* checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
|
|
|
+ border-radius: 50%;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size:30rpx;
|
|
|
+ color:#fff;
|
|
|
+ background: transparent;
|
|
|
+ transform:translate(-50%, -50%) scale(1);
|
|
|
+ -webkit-transform:translate(-50%, -50%) scale(1);
|
|
|
+ } */
|