正在显示
1 个修改的文件
包含
86 行增加
和
38 行删除
@@ -108,7 +108,7 @@ | @@ -108,7 +108,7 @@ | ||
108 | .log_top { | 108 | .log_top { |
109 | width: 100%; | 109 | width: 100%; |
110 | /* height: 1.76rem; */ | 110 | /* height: 1.76rem; */ |
111 | - background-image: url(../images/41.png); | 111 | + background-image: url(../img/41.png); |
112 | background-size: cover; | 112 | background-size: cover; |
113 | background-repeat: no-repeat; | 113 | background-repeat: no-repeat; |
114 | } | 114 | } |
@@ -258,9 +258,7 @@ | @@ -258,9 +258,7 @@ | ||
258 | 258 | ||
259 | 259 | ||
260 | /* log_one页面 */ | 260 | /* log_one页面 */ |
261 | -.log_one_list{ | ||
262 | - margin-bottom: 1.3rem; | ||
263 | -} | 261 | + |
264 | 262 | ||
265 | /* 列表 */ | 263 | /* 列表 */ |
266 | 264 | ||
@@ -323,7 +321,10 @@ | @@ -323,7 +321,10 @@ | ||
323 | margin-left: auto; | 321 | margin-left: auto; |
324 | color: rgba(0, 144, 255, 1); | 322 | color: rgba(0, 144, 255, 1); |
325 | } | 323 | } |
326 | - | 324 | +.log_two_input_btn input{ |
325 | + background: #fff; | ||
326 | + color: rgba(0, 144, 255, 1); | ||
327 | +} | ||
327 | .log_two_input_title { | 328 | .log_two_input_title { |
328 | width: 1.6rem; | 329 | width: 1.6rem; |
329 | height: 0.44rem; | 330 | height: 0.44rem; |
@@ -550,6 +551,7 @@ | @@ -550,6 +551,7 @@ | ||
550 | } | 551 | } |
551 | 552 | ||
552 | .log_three_model_right input { | 553 | .log_three_model_right input { |
554 | + | ||
553 | border: none; | 555 | border: none; |
554 | padding: 0; | 556 | padding: 0; |
555 | margin-left: 1.28rem; | 557 | margin-left: 1.28rem; |
@@ -557,7 +559,9 @@ | @@ -557,7 +559,9 @@ | ||
557 | font-size: 0.26rem; | 559 | font-size: 0.26rem; |
558 | height: 0.36rem | 560 | height: 0.36rem |
559 | } | 561 | } |
560 | - | 562 | +.log_five_shanxian{ |
563 | + display: none; | ||
564 | +} | ||
561 | 565 | ||
562 | /* 选择学校弹窗 */ | 566 | /* 选择学校弹窗 */ |
563 | 567 | ||
@@ -614,8 +618,6 @@ | @@ -614,8 +618,6 @@ | ||
614 | } | 618 | } |
615 | 619 | ||
616 | .three_model_school_data { | 620 | .three_model_school_data { |
617 | - /* display: none!important; */ | ||
618 | - /* margin-top: */ | ||
619 | height: 3.64rem; | 621 | height: 3.64rem; |
620 | text-align: center; | 622 | text-align: center; |
621 | display: none; | 623 | display: none; |
@@ -625,16 +627,14 @@ | @@ -625,16 +627,14 @@ | ||
625 | } | 627 | } |
626 | 628 | ||
627 | .three_model_school_name { | 629 | .three_model_school_name { |
628 | - /* width: 750rem; */ | ||
629 | height: 0.36rem; | 630 | height: 0.36rem; |
630 | margin: 0.08rem; | 631 | margin: 0.08rem; |
631 | font-size: 0.24rem; | 632 | font-size: 0.24rem; |
632 | font-weight: 400; | 633 | font-weight: 400; |
633 | - color: rgba(153, 153, 153, 1); | 634 | + color: #666666; |
634 | opacity: 1; | 635 | opacity: 1; |
635 | padding: 0.2rem 0; | 636 | padding: 0.2rem 0; |
636 | line-height: 0; | 637 | line-height: 0; |
637 | - /* border: 0.02rem solid rgba(153, 153, 153, 1); */ | ||
638 | border-left: none; | 638 | border-left: none; |
639 | border-right: none | 639 | border-right: none |
640 | } | 640 | } |
@@ -679,8 +679,9 @@ | @@ -679,8 +679,9 @@ | ||
679 | } | 679 | } |
680 | 680 | ||
681 | .log_three_select_one { | 681 | .log_three_select_one { |
682 | + position: relative; | ||
682 | display: flex; | 683 | display: flex; |
683 | - justify-content: flex-end; | 684 | + justify-content: center; |
684 | align-items: center; | 685 | align-items: center; |
685 | width: 6.88rem; | 686 | width: 6.88rem; |
686 | border: 0.1rem solid rgba(255, 255, 255, 1); | 687 | border: 0.1rem solid rgba(255, 255, 255, 1); |
@@ -697,14 +698,20 @@ | @@ -697,14 +698,20 @@ | ||
697 | font-weight: 400; | 698 | font-weight: 400; |
698 | color: rgba(153, 153, 153, 1); | 699 | color: rgba(153, 153, 153, 1); |
699 | opacity: 1; | 700 | opacity: 1; |
700 | - margin-right: 2rem | ||
701 | } | 701 | } |
702 | 702 | ||
703 | -.log_three_select_tlt { | ||
704 | - margin-right: 2.45rem | 703 | +#city_text, |
704 | +.city_text { | ||
705 | + font-size: 0.28rem; | ||
706 | + font-weight: 400; | ||
707 | + color: #CCCCCC; | ||
705 | } | 708 | } |
706 | 709 | ||
707 | .log_three_select_img { | 710 | .log_three_select_img { |
711 | + right: 0.16rem; | ||
712 | + top: 50%; | ||
713 | + padding-top: -0.2rem; | ||
714 | + position: absolute; | ||
708 | width: 0.2rem; | 715 | width: 0.2rem; |
709 | height: 0.1rem; | 716 | height: 0.1rem; |
710 | } | 717 | } |
@@ -727,6 +734,7 @@ | @@ -727,6 +734,7 @@ | ||
727 | /* 列表内容 */ | 734 | /* 列表内容 */ |
728 | 735 | ||
729 | .log_three_list_contant { | 736 | .log_three_list_contant { |
737 | + display: none; | ||
730 | padding: 0.32rem 0.32rem 0.16rem 0.32rem; | 738 | padding: 0.32rem 0.32rem 0.16rem 0.32rem; |
731 | box-sizing: border-box; | 739 | box-sizing: border-box; |
732 | overflow: hidden; | 740 | overflow: hidden; |
@@ -892,8 +900,9 @@ | @@ -892,8 +900,9 @@ | ||
892 | display: flex; | 900 | display: flex; |
893 | justify-content: flex-start; | 901 | justify-content: flex-start; |
894 | align-items: center; | 902 | align-items: center; |
895 | - padding: 0.02rem 0 0.02rem 0.32rem; | ||
896 | - box-sizing: border-box | 903 | + padding: 0.2rem 0.32rem; |
904 | + box-sizing: border-box; | ||
905 | + margin-top: 0.16rem; | ||
897 | } | 906 | } |
898 | 907 | ||
899 | .log_four_top_left { | 908 | .log_four_top_left { |
@@ -920,7 +929,7 @@ | @@ -920,7 +929,7 @@ | ||
920 | 929 | ||
921 | .log_four_top_right_one { | 930 | .log_four_top_right_one { |
922 | padding: 0.16rem 0.4rem; | 931 | padding: 0.16rem 0.4rem; |
923 | - border: 0.02rem solid rgba(153, 153, 153, 1); | 932 | + |
924 | } | 933 | } |
925 | 934 | ||
926 | .log_four_top_right_two { | 935 | .log_four_top_right_two { |
@@ -929,18 +938,29 @@ | @@ -929,18 +938,29 @@ | ||
929 | border: 0.02rem solid rgba(153, 153, 153, 1); | 938 | border: 0.02rem solid rgba(153, 153, 153, 1); |
930 | opacity: 1; | 939 | opacity: 1; |
931 | } | 940 | } |
932 | - | ||
933 | - | 941 | +.log_psong input{ |
942 | + width: 3rem; | ||
943 | + text-align: right; | ||
944 | + color:#333333; | ||
945 | + font-size: 0.26rem; | ||
946 | +} | ||
947 | +.log_ks,.log_jsu,.log_xue{ | ||
948 | + color: #CCCCCC; | ||
949 | + margin-left: auto; | ||
950 | + margin-right: 0.26rem; | ||
951 | + font-size: 0.28rem; | ||
952 | +} | ||
934 | /* 地址信息 */ | 953 | /* 地址信息 */ |
935 | 954 | ||
936 | .log_four_input { | 955 | .log_four_input { |
937 | - padding: 0 0.32rem; | ||
938 | - margin-top: 0.28rem; | 956 | + padding: 0.28rem 0.32rem; |
957 | + margin-top: 0.16rem; | ||
939 | box-sizing: border-box; | 958 | box-sizing: border-box; |
940 | } | 959 | } |
941 | 960 | ||
942 | .log_four_input_title { | 961 | .log_four_input_title { |
943 | - padding: 0 0.32rem; | 962 | + font-size: 0.3rem; |
963 | + color: rgba(51, 51, 51, 1); | ||
944 | } | 964 | } |
945 | 965 | ||
946 | .log_four_input_one { | 966 | .log_four_input_one { |
@@ -950,6 +970,10 @@ | @@ -950,6 +970,10 @@ | ||
950 | align-items: center; | 970 | align-items: center; |
951 | border-bottom: 0.02rem solid rgba(245, 245, 245, 1) | 971 | border-bottom: 0.02rem solid rgba(245, 245, 245, 1) |
952 | } | 972 | } |
973 | +.log_four_input_one:last-child{ | ||
974 | + border: 0; | ||
975 | + padding-bottom: 0; | ||
976 | +} | ||
953 | 977 | ||
954 | .log_four_input_one_center { | 978 | .log_four_input_one_center { |
955 | margin-left: auto; | 979 | margin-left: auto; |
@@ -970,8 +994,20 @@ | @@ -970,8 +994,20 @@ | ||
970 | font-size: 0.28rem; | 994 | font-size: 0.28rem; |
971 | font-weight: 400; | 995 | font-weight: 400; |
972 | color: #333; | 996 | color: #333; |
973 | - opacity: 1; | ||
974 | - border: none | 997 | + border: none; |
998 | + margin: 0; | ||
999 | + padding: 0; | ||
1000 | +} | ||
1001 | + | ||
1002 | +.log_four_top, | ||
1003 | +.log_four_input, | ||
1004 | +.log_four_order, | ||
1005 | +.log_four_pash { | ||
1006 | + background-color: white; | ||
1007 | +} | ||
1008 | + | ||
1009 | +.log_four_input_one_center input::placeholder { | ||
1010 | + color: #CCCCCC; | ||
975 | } | 1011 | } |
976 | 1012 | ||
977 | .log_four_input_border { | 1013 | .log_four_input_border { |
@@ -1073,7 +1109,7 @@ | @@ -1073,7 +1109,7 @@ | ||
1073 | background: rgba(247, 247, 247, 1); | 1109 | background: rgba(247, 247, 247, 1); |
1074 | opacity: 1; | 1110 | opacity: 1; |
1075 | border-radius: 0.08rem; | 1111 | border-radius: 0.08rem; |
1076 | - padding: 0.06rem 0.24rem 0.06rem 0.16rem; | 1112 | + padding: 0.12rem 0.24rem 0.12rem 0.16rem; |
1077 | box-sizing: border-box | 1113 | box-sizing: border-box |
1078 | } | 1114 | } |
1079 | 1115 | ||
@@ -1083,7 +1119,13 @@ | @@ -1083,7 +1119,13 @@ | ||
1083 | color: rgba(204, 204, 204, 1); | 1119 | color: rgba(204, 204, 204, 1); |
1084 | opacity: 1; | 1120 | opacity: 1; |
1085 | } | 1121 | } |
1086 | - | 1122 | +.log_four_xian_nei input{ |
1123 | + width: 2.08rem; | ||
1124 | + height: 0.36rem; | ||
1125 | + font-size: 0.26rem; | ||
1126 | + color: #333; | ||
1127 | + margin-bottom: 0!important; | ||
1128 | +} | ||
1087 | .log_four_xian_icon { | 1129 | .log_four_xian_icon { |
1088 | margin-top: 0.15rem; | 1130 | margin-top: 0.15rem; |
1089 | margin-left: 0.28rem; | 1131 | margin-left: 0.28rem; |
@@ -1114,9 +1156,7 @@ | @@ -1114,9 +1156,7 @@ | ||
1114 | .log_four_li2 li { | 1156 | .log_four_li2 li { |
1115 | font-size: 0.26rem; | 1157 | font-size: 0.26rem; |
1116 | line-height: 0.52rem; | 1158 | line-height: 0.52rem; |
1117 | - font-family: PingFang SC; | ||
1118 | font-weight: 400; | 1159 | font-weight: 400; |
1119 | - opacity: 1; | ||
1120 | } | 1160 | } |
1121 | 1161 | ||
1122 | 1162 | ||
@@ -1185,6 +1225,8 @@ | @@ -1185,6 +1225,8 @@ | ||
1185 | /* 支付方式 */ | 1225 | /* 支付方式 */ |
1186 | 1226 | ||
1187 | .log_four_pash { | 1227 | .log_four_pash { |
1228 | + margin-top: 0.16rem; | ||
1229 | + margin-bottom: 0.4rem; | ||
1188 | padding: 0.22rem 0.32rem 0.22rem 0.34rem; | 1230 | padding: 0.22rem 0.32rem 0.22rem 0.34rem; |
1189 | } | 1231 | } |
1190 | 1232 | ||
@@ -1289,11 +1331,6 @@ | @@ -1289,11 +1331,6 @@ | ||
1289 | 1331 | ||
1290 | 1332 | ||
1291 | /* 操作 */ | 1333 | /* 操作 */ |
1292 | - | ||
1293 | -.log_five_shanxian { | ||
1294 | - display: none; | ||
1295 | -} | ||
1296 | - | ||
1297 | .log_five_handle { | 1334 | .log_five_handle { |
1298 | background: rgba(247, 247, 247, 1); | 1335 | background: rgba(247, 247, 247, 1); |
1299 | padding: 0.14rem 0 0.08rem 0!important; | 1336 | padding: 0.14rem 0 0.08rem 0!important; |
@@ -1511,19 +1548,19 @@ | @@ -1511,19 +1548,19 @@ | ||
1511 | } | 1548 | } |
1512 | 1549 | ||
1513 | .log_seven_list_one { | 1550 | .log_seven_list_one { |
1514 | - background-image: url(../images/81.png); | 1551 | + background-image: url(../img/81.png); |
1515 | } | 1552 | } |
1516 | 1553 | ||
1517 | .log_seven_list_two { | 1554 | .log_seven_list_two { |
1518 | - background-image: url(../images/80.png); | 1555 | + background-image: url(../img/80.png); |
1519 | } | 1556 | } |
1520 | 1557 | ||
1521 | .log_seven_list_three { | 1558 | .log_seven_list_three { |
1522 | - background-image: url(../images/79.png); | 1559 | + background-image: url(../img/79.png); |
1523 | } | 1560 | } |
1524 | 1561 | ||
1525 | .log_seven_list_four { | 1562 | .log_seven_list_four { |
1526 | - background-image: url(../images/78.png); | 1563 | + background-image: url(../img/78.png); |
1527 | } | 1564 | } |
1528 | 1565 | ||
1529 | .log_seven_right { | 1566 | .log_seven_right { |
@@ -2015,3 +2052,14 @@ | @@ -2015,3 +2052,14 @@ | ||
2015 | color: rgba(102, 102, 102, 1); | 2052 | color: rgba(102, 102, 102, 1); |
2016 | opacity: 1; | 2053 | opacity: 1; |
2017 | } | 2054 | } |
2055 | + | ||
2056 | + | ||
2057 | +/* 修改 */ | ||
2058 | + | ||
2059 | +.there_unActive { | ||
2060 | + color: #FF7700 !important; | ||
2061 | + border-top: 1px solid #F5F5F5; | ||
2062 | + border-bottom: 1px solid #F5F5F5; | ||
2063 | + padding: 0.34rem 0; | ||
2064 | + box-sizing: border-box; | ||
2065 | +} |
-
请 注册 或 登录 后发表评论