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.
85 lines
1.7 KiB
85 lines
1.7 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.groups-container__state .text-green {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.groups-container__state .text-green [class*="wlIcon-"] {
|
|
font-size: 50rpx;
|
|
}
|
|
.groups-container__user {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.groups-container__user .cu-avatar {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.groups-container__goods {
|
|
display: flex;
|
|
}
|
|
.groups-container__goods .cu-avatar {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
.groups-container__goods .content {
|
|
flex: 1;
|
|
display: flex;
|
|
align-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.groups-container__goods .content .difference {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.groups-container__team .title {
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.groups-container__team .title > view {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.groups-container__team .title > view .text-center {
|
|
width: 100%;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.groups-container__team .list {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.groups-container__team .list .ungrouped {
|
|
background-color: #e4e4e4;
|
|
border-radius: 2500rpx;
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
text-align: center;
|
|
margin-right: 20rpx;
|
|
}
|
|
.groups-container__team .list .ungrouped text {
|
|
font-size: 60rpx;
|
|
color: #fff;
|
|
}
|
|
.groups-container__team .button {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 60rpx;
|
|
}
|
|
.groups-container__team .button .cu-btn {
|
|
width: 96%;
|
|
}
|
|
.groups-container__explain {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
|