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.
122 lines
2.0 KiB
122 lines
2.0 KiB
|
5 years ago
|
/* pages/activity/year2020/index.wxss */
|
||
|
|
page {
|
||
|
|
background: #c8070a;
|
||
|
|
}
|
||
|
|
.yearimg {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
margin-top: -15rpx;
|
||
|
|
}
|
||
|
|
.product-list {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
margin: 0 10rpx;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
position: relative;
|
||
|
|
z-index: 1;
|
||
|
|
}
|
||
|
|
.product-list image {
|
||
|
|
width: 357rpx;
|
||
|
|
height: 409rpx;
|
||
|
|
margin-bottom: 15rpx;
|
||
|
|
}
|
||
|
|
.product-item {
|
||
|
|
width: 357rpx;
|
||
|
|
height: 409rpx;
|
||
|
|
overflow: hidden;
|
||
|
|
margin-bottom: 15rpx;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.product-list .main-img {
|
||
|
|
width: 357rpx;
|
||
|
|
height: 263rpx;
|
||
|
|
display: block;
|
||
|
|
margin-top: 7rpx;
|
||
|
|
}
|
||
|
|
.product-list .bg-img {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
width: 357rpx;
|
||
|
|
height: 409rpx;
|
||
|
|
z-index: 2;
|
||
|
|
}
|
||
|
|
.info-box {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
bottom: 0;
|
||
|
|
height: 140rpx;
|
||
|
|
text-align: center;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
z-index: 2;
|
||
|
|
color: #282828;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
font-size: 32rpx;
|
||
|
|
width: 357rpx;
|
||
|
|
line-height: 37rpx;
|
||
|
|
font-weight: lighter;
|
||
|
|
}
|
||
|
|
.subtitle {
|
||
|
|
font-size: 18rpx;
|
||
|
|
line-height: 30rpx;
|
||
|
|
}
|
||
|
|
.btn {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
background: url(https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/nianhuojie/btnbg.png);
|
||
|
|
background-size: 245rpx 51rpx;
|
||
|
|
width: 245rpx;
|
||
|
|
height: 51rpx;
|
||
|
|
color: #ffc8a8;
|
||
|
|
}
|
||
|
|
.btn-text {
|
||
|
|
font-size: 14rpx;
|
||
|
|
text-align: right;
|
||
|
|
margin: 0 15rpx;
|
||
|
|
margin-right: 7rpx;
|
||
|
|
}
|
||
|
|
.price {
|
||
|
|
font-size: 38rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.btn image {
|
||
|
|
width: 90rpx;
|
||
|
|
margin: 0;
|
||
|
|
margin-right: 15rpx;
|
||
|
|
margin-left: 7rpx;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
.backhome-box {
|
||
|
|
text-align: center;
|
||
|
|
color: #fff;
|
||
|
|
font-size: 32rpx;
|
||
|
|
overflow: hidden;
|
||
|
|
margin: 60rpx 0;
|
||
|
|
line-height: 50rpx;
|
||
|
|
}
|
||
|
|
.backhome-box .iconfont {
|
||
|
|
transform: rotate(-90deg);
|
||
|
|
color: #ebca16;
|
||
|
|
}
|
||
|
|
.block1,.block2 {
|
||
|
|
position: absolute;
|
||
|
|
width: 359rpx;
|
||
|
|
height: 170rpx;
|
||
|
|
z-index: 1;
|
||
|
|
top: 645rpx;
|
||
|
|
left: 12rpx;
|
||
|
|
}
|
||
|
|
.block2 {
|
||
|
|
right: 11rpx;
|
||
|
|
left: auto;
|
||
|
|
}
|