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.
78 lines
1.2 KiB
78 lines
1.2 KiB
/* pages/activity/redlist/index.wxss */
|
|
.mainimg {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
page {
|
|
background: #b9080e;
|
|
}
|
|
.item {
|
|
margin: 20rpx 30rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|
|
.item image {
|
|
height: 300rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.item-info {
|
|
margin: 20rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.title {
|
|
font-size: 31rpx;
|
|
font-weight: bold;
|
|
}
|
|
.tags {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 21rpx;
|
|
margin-top: 10rpx;
|
|
margin-bottom: 20rpx;
|
|
color: #E40008;
|
|
}
|
|
.tag {
|
|
line-height: 34rpx;
|
|
padding: 0 17rpx;
|
|
border: 1rpx solid;
|
|
border-radius: 6rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.product-bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.product-bottom text {
|
|
color: #E40008;
|
|
}
|
|
.price {
|
|
font-size: 27rpx;
|
|
color: #666666;
|
|
}
|
|
.price text:nth-child(2){
|
|
font-weight: bold;
|
|
font-size: 40rpx;
|
|
}
|
|
.price text:nth-child(1){
|
|
font-size: 30rpx;
|
|
}
|
|
.btn {
|
|
width: 200rpx;
|
|
line-height: 60rpx;
|
|
background: linear-gradient(0deg, #B9080E, #E83632);
|
|
border-radius: 30rpx;
|
|
text-align: center;
|
|
color: #FFEE8C;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
.top {
|
|
position: fixed;
|
|
z-index: 2;
|
|
width: 120rpx;
|
|
display: block;
|
|
right: 20rpx;
|
|
bottom: 50rpx;
|
|
}
|