40 lines
704 B
Plaintext
40 lines
704 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.search.data-v-3832a864 {
|
|
width: 100%;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
padding-bottom: 35px;
|
|
padding-top: 20rpx;
|
|
background-color: #54d87c;
|
|
}
|
|
.search input.data-v-3832a864 {
|
|
width: calc(100% - 80rpx);
|
|
background: #fff;
|
|
height: 39px;
|
|
line-height: 38px;
|
|
border-radius: 20rpx;
|
|
padding: 0 20rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
.search .input.data-v-3832a864:hover {
|
|
box-shadow: 0 1rpx 20rpx #ccc;
|
|
}
|
|
.search image.data-v-3832a864 {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
position: absolute;
|
|
right: 40rpx;
|
|
top: 16px;
|
|
z-index: 99;
|
|
}
|
|
.icon-error.data-v-3832a864 {
|
|
color: #888484;
|
|
position: absolute;
|
|
right: 120rpx;
|
|
top: 15px;
|
|
font-size: 24px;
|
|
}
|
|
|