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.
161 lines
2.1 KiB
161 lines
2.1 KiB
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;
|
|
}
|
|
|
|
|
|
.main_con .item .img2{
|
|
width: 22px;
|
|
height: 22px;
|
|
}
|
|
.title {
|
|
height: 160rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.flex2 {
|
|
display: flex;
|
|
}
|
|
|
|
.main_con .item .left .img {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.main_con .item {
|
|
height: 160rpx;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
border-radius: 24rpx;
|
|
|
|
}
|
|
|
|
.main_con .item .img {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
|
|
.main_con .textcon {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.main_con .textcon .text1 {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.main_con .textcon .text2 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
word-break: break-word;
|
|
}
|
|
|
|
|
|
.info_con {
|
|
width: 702rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: -150rpx;
|
|
z-index: 999;
|
|
border-radius: 26rpx;
|
|
left: 50%;
|
|
padding: 0 48rpx;
|
|
transform: translateX(-50%);
|
|
color: #fff;
|
|
transition: .8s all;
|
|
}
|
|
|
|
.goTop {
|
|
position: fixed;
|
|
bottom: 60rpx !important;
|
|
}
|
|
|
|
.green {
|
|
background-color: #6AD6A8;
|
|
}
|
|
|
|
.info_con .text {}
|
|
|
|
.info_con .text2 {
|
|
font-size: 700;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.goTop {
|
|
position: fixed;
|
|
bottom: 60rpx !important;
|
|
}
|
|
|
|
.copyImg {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|