Showing
2 changed files
with
7 additions
and
6 deletions
@@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
81 | margin-bottom: pxToRem(30px); | 81 | margin-bottom: pxToRem(30px); |
82 | padding: pxToRem(6px) 0; | 82 | padding: pxToRem(6px) 0; |
83 | text-align: center; | 83 | text-align: center; |
84 | - background: #121314; | 84 | + background: rgba(0,0,0,0.8); |
85 | height: pxToRem(76px); | 85 | height: pxToRem(76px); |
86 | 86 | ||
87 | .link-item { | 87 | .link-item { |
@@ -128,11 +128,12 @@ | @@ -128,11 +128,12 @@ | ||
128 | background: #fff; | 128 | background: #fff; |
129 | 129 | ||
130 | .order-title { | 130 | .order-title { |
131 | + display: block; | ||
131 | padding: 0 pxToRem(30px); | 132 | padding: 0 pxToRem(30px); |
132 | - font-size: pxToRem(32px); | 133 | + font-size: 16px; |
133 | line-height: pxToRem(88px); | 134 | line-height: pxToRem(88px); |
134 | 135 | ||
135 | - a { | 136 | + span { |
136 | color: #e0e0e0; | 137 | color: #e0e0e0; |
137 | float: right; | 138 | float: right; |
138 | } | 139 | } |
@@ -151,7 +152,7 @@ | @@ -151,7 +152,7 @@ | ||
151 | position: relative; | 152 | position: relative; |
152 | float: left; | 153 | float: left; |
153 | color: #444; | 154 | color: #444; |
154 | - font-size: pxToRem(28px); | 155 | + font-size: 14px; |
155 | line-height: 1.5; | 156 | line-height: 1.5; |
156 | width: pxToRem(193px); | 157 | width: pxToRem(193px); |
157 | 158 | ||
@@ -191,7 +192,7 @@ | @@ -191,7 +192,7 @@ | ||
191 | display: block; | 192 | display: block; |
192 | position: relative; | 193 | position: relative; |
193 | padding: 0 pxToRem(30px); | 194 | padding: 0 pxToRem(30px); |
194 | - font-size: pxToRem(32px); | 195 | + font-size: 16px; |
195 | line-height: pxToRem(88px); | 196 | line-height: pxToRem(88px); |
196 | 197 | ||
197 | &.highlight { | 198 | &.highlight { |
-
Please register or login to post a comment