Commit 651b9ca5e32dd260f0c94eafc6ecd0700c100093
1 parent
d520061c
输入框颜色修改
Showing
1 changed file
with
6 additions
and
4 deletions
src/indexNew.less
| ... | ... | @@ -264,10 +264,12 @@ |
| 264 | 264 | |
| 265 | 265 | .mesInputBlue { |
| 266 | 266 | .mesInputBlueBg { |
| 267 | - position: absolute; | |
| 267 | + position: absolute; | |
| 268 | 268 | top: 3px; |
| 269 | - left: 162px; | |
| 270 | - .size(calc(100% - 164px), calc(100% - 5px)); | |
| 269 | + left: 2px; | |
| 270 | + width: calc(100% - 2px); | |
| 271 | + height: calc(100% - 5px); | |
| 272 | + // .size(calc(100% - 164px), calc(100% - 5px)); | |
| 271 | 273 | background: #F3F9FF; |
| 272 | 274 | border-radius: 5px 5px 5px 5px; |
| 273 | 275 | box-shadow: inset 0 0 0 1px rgba(24, 144, 255, 0.5); |
| ... | ... | @@ -450,4 +452,4 @@ |
| 450 | 452 | transform-origin: top right; |
| 451 | 453 | // margin: 70px 0 0 60px; |
| 452 | 454 | } |
| 453 | -} | |
| 454 | 455 | \ No newline at end of file |
| 456 | +} | ... | ... |