Commit 8a5bbbf356b9fbfccee04e94ca2627d1ff5dba5b
1 parent
5ac628df
修改蓝色输入框样式
Showing
2 changed files
with
6 additions
and
4 deletions
src/indexNew.less
| ... | ... | @@ -266,8 +266,10 @@ |
| 266 | 266 | .mesInputBlueBg { |
| 267 | 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 | +} | ... | ... |