You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
568 B
Plaintext
33 lines
568 B
Plaintext
.search {
|
|
margin-left: 4vw;
|
|
width: 92vw;
|
|
height: 80rpx;
|
|
background-color: #fff;
|
|
border-radius: 40rpx;
|
|
}
|
|
|
|
.picker {
|
|
width: 68vw;
|
|
height: 50rpx;
|
|
padding-left: 2vw;
|
|
line-height: 50rpx;
|
|
display: inline-block;
|
|
margin-top: 15rpx;
|
|
margin-left: 2vw;
|
|
border-radius: 40rpx;
|
|
background-color: #0001;
|
|
}
|
|
|
|
.search-btn {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
margin-top: 15rpx;
|
|
margin-left: 2vw;
|
|
text-align: center;
|
|
width: 15vw;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
background-color: #419EFF;
|
|
color: #fff;
|
|
border-radius: 40rpx;
|
|
} |