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.
 
 
 
 

136 lines
2.6 KiB

@charset "UTF-8";
/* 页面左右间距 */
/* 文字尺寸 */
/*文字颜色*/
/* 边框颜色 */
/* 图片加载中颜色 */
/* 行为相关颜色 */
.wanl-groups-modal.wanl-modal {
min-height: 215rpx;
max-height: 715rpx;
padding-bottom: 25rpx !important;
}
.wanl-groups-modal.wanl-modal .scroll-y {
text-align: left;
width: 100%;
min-height: 100rpx;
max-height: 600rpx;
height: auto;
padding: 0 25rpx;
}
.wanl-groups-modal__item {
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.wanl-groups-modal__item > view {
display: flex;
align-items: center;
}
.wanl-groups-modal__item .user {
width: 40%;
}
.wanl-groups-modal__item .user .cu-avatar {
flex-shrink: 0;
}
.wanl-groups-modal__item .group {
height: 100rpx;
}
.wanl-groups-modal__item .group .cu-btn {
height: 60rpx;
padding: 0 22rpx;
}
.wanl-groups-list__swiper {
height: 200rpx;
width: 100%;
}
.wanl-groups-list__swiper .swiper-item {
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.wanl-groups-list__swiper .swiper-item > view {
display: flex;
align-items: center;
}
.wanl-groups-list__swiper .swiper-item .user {
width: 40%;
}
.wanl-groups-list__swiper .swiper-item .user .cu-avatar {
flex-shrink: 0;
}
.wanl-groups-list__swiper .swiper-item .group {
height: 100rpx;
}
.wanl-groups-list__swiper .swiper-item .group .cu-btn {
height: 60rpx;
padding: 0 22rpx;
}
.btn-group-groups .cu-btn {
flex-wrap: wrap;
padding: 6rpx !important;
}
.btn-group-groups .cu-btn .text-price {
width: 100%;
}
.btn-group-groups .cu-btn.isalone {
width: 100% !important;
border-radius: 2500px;
}
.btn-group-groups .cu-btn.isalone .text-price {
width: auto;
margin-left: 10rpx;
}
toast,
uni-toast {
z-index: 9999;
}
.cu-custom .cu-bar .search-form {
background-color: #fff;
}
.cu-custom .cu-bar {
background-color: #f3f3f3;
}
.cu-custom .bar-bg {
background-color: rgba(243, 243, 243, 0.96);
}
.cu-custom .cu-bar {
z-index: 99;
}
.cu-custom .cu-bar .search-form {
margin: 0 0 0 25rpx;
}
.cu-custom .cu-bar .nav .cu-item {
line-height: 70rpx;
height: 70rpx;
}
.swiper-box {
position: relative;
width: 100%;
height: 100vw;
}
.swiper-box swiper {
width: 100%;
height: 100vw;
}
.swiper-box swiper swiper-item image {
width: 100%;
height: 100vw;
}
.swiper-box .indicator {
display: flex;
justify-content: center;
align-items: center;
padding: 0 25rpx;
height: 40rpx;
border-radius: 40rpx;
font-size: 22rpx;
position: absolute;
bottom: 20rpx;
right: 20rpx;
color: #fff;
background-color: rgba(0, 0, 0, 0.2);
}