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.
116 lines
2.0 KiB
116 lines
2.0 KiB
|
5 years ago
|
/* pages/pbService/group/index.wxss */
|
||
|
|
.search-box {
|
||
|
|
background: white;
|
||
|
|
border-radius: 30rpx;
|
||
|
|
height: 60rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.fixed-search {
|
||
|
|
position: fixed;
|
||
|
|
padding: 9rpx 30rpx;
|
||
|
|
background: #F2F2F2;
|
||
|
|
}
|
||
|
|
.icon-sousuo {
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #666;
|
||
|
|
flex-shrink: 0;
|
||
|
|
margin: 0 20rpx;
|
||
|
|
}
|
||
|
|
.fixed-search input {
|
||
|
|
flex: 1;
|
||
|
|
font-size: 26rpx;
|
||
|
|
display: block;
|
||
|
|
width: 500rpx;
|
||
|
|
}
|
||
|
|
.search-box .btn {
|
||
|
|
line-height: 40rpx;
|
||
|
|
text-align: center;
|
||
|
|
border-left: 1rpx solid #CCCCCC;
|
||
|
|
color: #0B898E;
|
||
|
|
width: 110rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
font-size: 26rpx;
|
||
|
|
}
|
||
|
|
page {
|
||
|
|
background: #F2F2F2;
|
||
|
|
}
|
||
|
|
.group-item {
|
||
|
|
margin: 30rpx;
|
||
|
|
background: white;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 20rpx;
|
||
|
|
}
|
||
|
|
.group-item image {
|
||
|
|
width: 220rpx;
|
||
|
|
height: 220rpx;
|
||
|
|
display: block;
|
||
|
|
flex-shrink: 0;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
margin-right: 20rpx;
|
||
|
|
}
|
||
|
|
.group-info {
|
||
|
|
flex: 1;
|
||
|
|
width: 400rpx;
|
||
|
|
height: 220rpx;
|
||
|
|
}
|
||
|
|
.group-item .iconfont {
|
||
|
|
color: #888888;
|
||
|
|
font-size: 26rpx;
|
||
|
|
line-height: 50rpx;
|
||
|
|
}
|
||
|
|
.group-item .iconfont text {
|
||
|
|
color: #0B898E;
|
||
|
|
font-size: 30rpx;
|
||
|
|
margin-right: 10rpx;
|
||
|
|
}
|
||
|
|
.group-title {
|
||
|
|
color: #333333;
|
||
|
|
font-size: 30rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
margin-bottom: 10rpx;
|
||
|
|
}
|
||
|
|
.group-bottom {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.group-price {
|
||
|
|
font-weight: bold;
|
||
|
|
color: #FF5555;
|
||
|
|
font-size: 30rpx;
|
||
|
|
}
|
||
|
|
.group-btn {
|
||
|
|
width: 140rpx;
|
||
|
|
line-height: 50rpx;
|
||
|
|
background: #0B898E;
|
||
|
|
border-radius: 25rpx;
|
||
|
|
text-align: center;
|
||
|
|
color: #fff;
|
||
|
|
font-size: 26rpx;
|
||
|
|
margin-top: 10rpx;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
.group-price-tip::before{
|
||
|
|
content:"¥";
|
||
|
|
font-size: 26rpx;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
.group-price-tip::after{
|
||
|
|
content:"起";
|
||
|
|
color: #666;
|
||
|
|
font-size: 22rpx;
|
||
|
|
display: inline-block;
|
||
|
|
width: 26rpx;
|
||
|
|
text-align: right;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
.group-price-tip {
|
||
|
|
font-size: 36rpx;
|
||
|
|
}
|
||
|
|
.iconfont text.icon-dianhua3 {
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|