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.

72 lines
1.1 KiB

5 years ago
/* pages/pbService/activity/index.wxss */
.topimg {
display: block;
width: 100%;
}
.list{
margin-top: 90rpx;
}
5 years ago
.item {
margin: 40rpx 27rpx;
position: relative;
}
.item .bgimg {
display: block;
width: 100%;
height: 427rpx;
}
.list .item:nth-child(1){
margin-top: -40rpx;
z-index: 1;
}
page {
background: #D1C0A5;
}
.main-img {
width: 539rpx;
height: 293rpx;
background: #D1C0A5;
border-radius: 33rpx;
position: absolute;
left: 20rpx;
top: 25rpx;
}
.info {
position: absolute;
bottom: 15rpx;
color: #fff;
left: 35rpx;
font-size: 23rpx;
right: 135rpx;
}
.info .title {
margin-bottom: 6rpx;
font-size: 33rpx;
font-weight: 600;
}
.nav-box {
background-color: #7D726B;
margin: -90rpx 26rpx 0;
height: 84rpx;
border-radius: 10rpx;
display: flex;
align-items: center;
}
.nav-box .nav-item {
color: #FFFFFF;
font-size: 50rpx;
width: 341rpx;
text-align: center;
font-size: 34rpx;
}
.nav-box .nav-item.active {
height: 100rpx;
line-height: 76rpx;
margin-bottom: -20rpx;
background-image: url("https://static.ticket.sz-trip.com/activity/WonderfulReview/select.png");
}