bitcooo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

63 lines
936 B

page{
height: 100%;
}
.main{
padding: 0 24rpx;
margin-top: 150rpx;
}
.topview{
background-color: #FAFAFA;
width: 80%;
border-radius: 32rpx;
position: relative;
}
.topinput{
width: 100%;
height: 70rpx;
padding-left: 100rpx;
}
.searchimg{
width: 48rpx;
height: 48rpx;
position: absolute;
left: 30rpx;
top: 50%;
transform: translateY(-50%);
}
.custom-style{
width: 100%;
height: 80rpx;
padding-left: 150rpx;
}
/deep/ uni-input {
height: 40px !important;
padding-left: 90rpx !important;
}
.flex .text{
font-size: 32rpx;
color: #5B53FF;
}
.flex{
display: flex;
align-items: center;
justify-content: space-between;
}
/deep/ .u-empty{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
z-index: -1;
}
.searchimg{
width: 48rpx;
height: 48rpx;
position: absolute;
left: 30rpx;
top: 50%;
transform: translateY(-50%);
}
/deep/ .u-icon__label {
line-height: 1.5 !important;
}