圖標
Showing
17 changed files
with
6 additions
and
6 deletions
1.79 KB
1.63 KB
... | @@ -26,8 +26,8 @@ | ... | @@ -26,8 +26,8 @@ |
26 | 26 | ||
27 | i { | 27 | i { |
28 | display: inline-block; | 28 | display: inline-block; |
29 | width: 1.666667rem ; | 29 | width: 3.416667rem /* 41/12 */; |
30 | height: 1.666667rem; | 30 | height: 3.416667rem /* 41/12 */; |
31 | margin-right: 1.333333rem; | 31 | margin-right: 1.333333rem; |
32 | vertical-align: middle; | 32 | vertical-align: middle; |
33 | } | 33 | } |
... | @@ -56,11 +56,11 @@ | ... | @@ -56,11 +56,11 @@ |
56 | background-size: 100% 100%; | 56 | background-size: 100% 100%; |
57 | } | 57 | } |
58 | .m7 { | 58 | .m7 { |
59 | background: url("~@/assets/images/insurance-query/m6-unselect.png") no-repeat center center; | 59 | background: url("~@/assets/images/insurance-query/m7-unselect.png") no-repeat center center; |
60 | background-size: 100% 100%; | 60 | background-size: 100% 100%; |
61 | } | 61 | } |
62 | .m8 { | 62 | .m8 { |
63 | background: url("~@/assets/images/insurance-query/m6-unselect.png") no-repeat center center; | 63 | background: url("~@/assets/images/insurance-query/m8-unselect.png") no-repeat center center; |
64 | background-size: 100% 100%; | 64 | background-size: 100% 100%; |
65 | } | 65 | } |
66 | } | 66 | } |
... | @@ -92,11 +92,11 @@ | ... | @@ -92,11 +92,11 @@ |
92 | background-size: 100% 100%; | 92 | background-size: 100% 100%; |
93 | } | 93 | } |
94 | .m7 { | 94 | .m7 { |
95 | background: url("~@/assets/images/insurance-query/m6.png") no-repeat center center; | 95 | background: url("~@/assets/images/insurance-query/m7.png") no-repeat center center; |
96 | background-size: 100% 100%; | 96 | background-size: 100% 100%; |
97 | } | 97 | } |
98 | .m8 { | 98 | .m8 { |
99 | background: url("~@/assets/images/insurance-query/m6.png") no-repeat center center; | 99 | background: url("~@/assets/images/insurance-query/m8.png") no-repeat center center; |
100 | background-size: 100% 100%; | 100 | background-size: 100% 100%; |
101 | } | 101 | } |
102 | 102 | ... | ... |
-
Please register or sign in to post a comment