Merge branch 'hotfix/maddstyle' into 'gray'
修改地址页面华为设备样式问题 See merge request !397
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -37,11 +37,11 @@ | @@ -37,11 +37,11 @@ | ||
37 | } | 37 | } |
38 | 38 | ||
39 | label { | 39 | label { |
40 | - width: 20%; | 40 | + width: 130px; |
41 | } | 41 | } |
42 | 42 | ||
43 | input { | 43 | input { |
44 | - width: 77%; | 44 | + width: 470px; |
45 | line-height: 60px; | 45 | line-height: 60px; |
46 | border: 0; | 46 | border: 0; |
47 | } | 47 | } |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | 52 | ||
53 | textarea { | 53 | textarea { |
54 | right: 0; | 54 | right: 0; |
55 | - width: 77%; | 55 | + width: 470px; |
56 | resize: none; | 56 | resize: none; |
57 | padding-top: 22px; | 57 | padding-top: 22px; |
58 | height: 120px; | 58 | height: 120px; |
-
Please register or login to post a comment