21 lines
284 B
Plaintext
21 lines
284 B
Plaintext
|
|
||
|
page {
|
||
|
background-color: #efeff4;
|
||
|
}
|
||
|
.input-view {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.close-view {
|
||
|
text-align: center;
|
||
|
line-height: 14px;
|
||
|
height: 16px;
|
||
|
width: 16px;
|
||
|
border-radius: 50%;
|
||
|
background: #ff5053;
|
||
|
color: #ffffff;
|
||
|
position: absolute;
|
||
|
top: -6px;
|
||
|
right: -4px;
|
||
|
font-size: 12px;
|
||
|
}
|