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.
93 lines
1.5 KiB
93 lines
1.5 KiB
/* pages/activity/suyear/index.wxss */
|
|
page {
|
|
background: #FCDDB3;
|
|
}
|
|
.main-img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.area-list {
|
|
display: flex;
|
|
align-items: center;
|
|
left: 30rpx;
|
|
right: 0;
|
|
overflow-x: auto;
|
|
position: absolute;
|
|
top: 700rpx;
|
|
}
|
|
.area-list image {
|
|
display: block;
|
|
flex-shrink: 0;
|
|
width: 110rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.list {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin: 0 25rpx;
|
|
justify-content: space-between;
|
|
padding-top: 34rpx;
|
|
}
|
|
.item {
|
|
width: 345rpx;
|
|
height: 435rpx;
|
|
position: relative;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.item .bgimg {
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
.item image {
|
|
display: block;
|
|
}
|
|
.item .bgimgin {
|
|
position: absolute;
|
|
width: 307rpx;
|
|
left: 18rpx;
|
|
top: 18rpx;
|
|
}
|
|
.item .border {
|
|
position: absolute;
|
|
width: 79rpx;
|
|
margin-left: -19rpx;
|
|
bottom: 10rpx;
|
|
}
|
|
.item:nth-child(2n) .border {
|
|
margin-left: 280rpx;
|
|
}
|
|
.item .product-img {
|
|
position: absolute;
|
|
width: 308rpx;
|
|
height: 254rpx;
|
|
left: 50%;
|
|
margin-left: -154rpx;
|
|
top: 20rpx;
|
|
}
|
|
.item .title {
|
|
font-size: 32rpx;
|
|
font-family: Source Han Sans SC;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
line-height: 45rpx;
|
|
background: linear-gradient(-50deg, #FCDDB2 0%, #F7B765 44.7021484375%, #FCDEB4 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
position: absolute;
|
|
top: 280rpx;
|
|
left: 30rpx;
|
|
right: 30rpx;
|
|
}
|
|
.item .btn {
|
|
position: absolute;
|
|
width: 260rpx;
|
|
left: 42rpx;
|
|
top: 357rpx;
|
|
}
|
|
.item .addressimg {
|
|
width: 110rpx;
|
|
left: 40rpx;
|
|
top: 15rpx;
|
|
position: absolute;
|
|
}
|