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.
145 lines
1.8 KiB
145 lines
1.8 KiB
.maintoP {
|
|
margin-top: 100rpx;
|
|
}
|
|
|
|
.aaa {
|
|
display: block;
|
|
}
|
|
|
|
.main_con {
|
|
max-height: 1000rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.main {
|
|
padding: 0 24rpx;
|
|
margin-top: 30rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.back {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
position: absolute;
|
|
left: 36rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.opci {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.topview {
|
|
background-color: #FAFAFA;
|
|
width: 100%;
|
|
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%);
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|