77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.serachBox.data-v-64e818be {
|
|
height: 80rpx;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0 30rpx 20rpx;
|
|
z-index: 99;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.serachBox .serach-box.data-v-64e818be {
|
|
height: 80rpx;
|
|
border-radius: 20rpx;
|
|
position: relative;
|
|
background-color: #fff;
|
|
}
|
|
.serachBox .searchInput.data-v-64e818be {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 120rpx;
|
|
height: 80rpx;
|
|
}
|
|
.serachBox .searchInput icon.data-v-64e818be {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 20rpx;
|
|
display: flex;
|
|
z-index: 99999;
|
|
}
|
|
.serachBox .searchInput .voice.data-v-64e818be {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 150rpx;
|
|
display: flex;
|
|
z-index: 99999;
|
|
}
|
|
.serachBox .searchInput .voice .mic.data-v-64e818be {
|
|
margin-right: 10rpx;
|
|
}
|
|
.serachBox .searchBtn.data-v-64e818be {
|
|
position: absolute;
|
|
width: 120rpx;
|
|
right: 0px;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background: #54d87c;
|
|
border-radius: 0 20rpx 20rpx 0;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.serachBox input.data-v-64e818be {
|
|
height: 80rpx;
|
|
padding: 0 5px;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 0px;
|
|
right: 0px;
|
|
border-radius: 20rpx;
|
|
}
|
|
.serachBox .icon.data-v-64e818be {
|
|
width: 100rpx;
|
|
height: 80rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|