wpfw_ewei_wxapp/groups/jointeam/index.wxss
2023-02-26 08:10:18 +08:00

167 lines
2.7 KiB
Plaintext

.join {
background: #fff;
min-height: 100%;
}
.goodsinfo {
background: #fff;
padding: 30rpx 24rpx;
}
.goodsinfo image {
height: 160rpx;
width: 160rpx;
}
.goodsinfo .inner {
padding-left: 24rpx;
font-size: 26rpx;
color: #333;
}
.goodsinfo .inner .title {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.goodsinfo .person {
min-width: 90rpx;
text-align: center;
padding: 0 12rpx;
box-shadow: 0 0 20rpx 0 rgba(255,221,221,0.8);
margin: 24rpx 0;
font-size: 22rpx;
font-weight: bold;
line-height: 34rpx;
color: #ff6000;
border-radius: 4rpx;
display: inline-block;
background-image: -webkit-gradient(linear,0 0,right 0,from(#ff6000),to(#ff8a00));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.goodsinfo .price {
font-size: 26rpx;
color: #ff5555;
}
.goodsinfo .price .fr {
font-size: 24rpx;
color: #999;
float: right;
}
.process {
line-height: 80rpx;
font-size: 20rpx;
color: #666;
padding: 0 24rpx;
background: #f3f3f3;
}
.process text.icox {
font-size: 26rpx;
vertical-align: middle;
}
.process text.line {
margin: 0 25rpx;
display: inline-block;
width: 70rpx;
overflow: hidden;
height: 80rpx;
vertical-align: middle;
}
.operation {
background: #fff;
text-align: center;
font-size: 26rpx;
color: #333;
padding-bottom: 50rpx;
}
.operation .text {
line-height: 130rpx;
}
.operation .btn {
height: 72rpx;
line-height: 68rpx;
border-radius: 72rpx;
width: 300rpx;
margin-top: 0;
margin-bottom: 0;
}
.groups-item {
text-align: left;
font-size: 26rpx;
padding: 36rpx 24rpx;
position: relative;
}
.groups-item:nth-of-type(1):after {
display: none;
}
.groups-item:after {
content: '';
position: absolute;
top: 0;
left: 24rpx;
right: 24rpx;
border-top: 1px solid #efefef;
}
.groups-item image {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
margin-right: 20rpx;
}
.groups-item .des {
font-size: 22rpx;
color: #b2b2b2;
}
.joinbtn {
width: 152rpx;
height: 52rpx;
font-size: 24rpx;
line-height: 52rpx;
border-radius: 53rpx;
background: #ff5555;
color: #fff;
text-align: center;
}
.empty {
line-height: 128rpx;
font-size: 28rpx;
color: #999;
text-align: center;
position: relative;
}
.empty:before {
content: '';
position: absolute;
width: 140rpx;
border-top: 1px solid #e5e5e5;
left: 137rpx;
top: 64rpx;
}
.empty:after {
content: '';
position: absolute;
width: 140rpx;
border-top: 1px solid #e5e5e5;
right: 137rpx;
top: 64rpx;
}