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.
43 lines
648 B
43 lines
648 B
|
5 years ago
|
/* pages/pbService/activity/index.wxss */
|
||
|
|
.topimg {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.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;
|
||
|
|
}
|