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.
159 lines
3.7 KiB
159 lines
3.7 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
page {
|
|
background-color: #ffffff;
|
|
}
|
|
.wanlgroups-user-container__head {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9;
|
|
}
|
|
.wanlgroups-user-container__head .background {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
}
|
|
.wanlgroups-user-container__head .background .bgcolor {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.wanlgroups-user-container__head .navigater {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9;
|
|
padding-left: 25rpx;
|
|
padding-right: 25rpx;
|
|
padding-right: 220rpx;
|
|
}
|
|
.wanlgroups-user-container__head .navigater > view {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlgroups-user-container__main {
|
|
background-size: 100% auto;
|
|
background-repeat: no-repeat;
|
|
background-position-y: center;
|
|
}
|
|
.wanlgroups-user-container__main .text-white-agba {
|
|
color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
.wanlgroups-user-container__main .head {
|
|
padding: 0 30rpx;
|
|
padding-bottom: 50rpx;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.wanlgroups-user-container__main .head .userinfo {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlgroups-user-container__main .head .userinfo .cu-avatar {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
}
|
|
.wanlgroups-user-container__main .head .findinfo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.wanlgroups-user-container__main .head .findinfo .quantity {
|
|
display: flex;
|
|
}
|
|
.wanlgroups-user-container__main .head .findinfo .quantity .project {
|
|
width: 100rpx;
|
|
margin-right: 10rpx;
|
|
overflow: hidden;
|
|
}
|
|
.wanlgroups-user-container__main .head .shopinfo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.wanlgroups-user-container__main .head .shopinfo.solid-top::after {
|
|
border-top: 1rpx solid rgba(255, 255, 255, 0.92);
|
|
}
|
|
.wanlgroups-user-container__main .head .shopinfo .cu-avatar {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
width: 65rpx;
|
|
height: 65rpx;
|
|
}
|
|
.wanlgroups-user-container__main .head .shopinfo .subject {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.wanlgroups-user-container__main .head .shopinfo .subject .info > view {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlgroups-user-container__list {
|
|
margin-top: -30rpx;
|
|
border-radius: 24rpx 24rpx 0 0;
|
|
padding-top: 2rpx;
|
|
}
|
|
.wanlgroups-user-container__list .questionbag {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
z-index: 99;
|
|
margin: 0 16rpx;
|
|
}
|
|
.wanlgroups-user-container__list .main .empty {
|
|
padding-top: 100rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.wanlgroups-user-container__list .main .empty image {
|
|
width: 320rpx;
|
|
height: 320rpx;
|
|
}
|
|
.wanlgroups-user-container__list .main .list {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
padding: 0 16rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.wanlgroups-user-container__list .main .list .item {
|
|
margin-bottom: 40rpx;
|
|
flex: 0 0 calc((100% - 16rpx) / 2);
|
|
overflow: hidden;
|
|
}
|
|
.wanlgroups-user-container__list .main .list .item .examine {
|
|
height: 460rpx;
|
|
position: relative;
|
|
}
|
|
.wanlgroups-user-container__list .main .list .item .examine .cover {
|
|
height: 460rpx;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.wanlgroups-user-container__list .main .list .item .examine .state {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.wanlgroups-user-container__modal .praised .cu-dialog {
|
|
width: 70%;
|
|
overflow: hidden;
|
|
}
|
|
.wanlgroups-user-container__modal .praised .cu-dialog image {
|
|
height: 100%;
|
|
}
|
|
|
|
|