38 lines
764 B
Plaintext
38 lines
764 B
Plaintext
/* components/demo/demo.wxss */
|
|
.life-container {
|
|
width: 350rpx !important;
|
|
padding: 0 0 20rpx 0 !important;
|
|
background-color: #fff !important;
|
|
box-shadow: 0px 8rpx 20rpx 0px rgba(9, 36, 66, 0.04) !important;
|
|
border-radius: 16rpx !important;
|
|
overflow: hidden;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.life-img {
|
|
width: 350rpx !important;
|
|
height: 380rpx !important;
|
|
}
|
|
|
|
.life-product-contianer {
|
|
padding: 0 10rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.life-title {
|
|
margin-left: 10rpx !important;
|
|
}
|
|
|
|
.tag {
|
|
height: 30rpx !important;
|
|
line-height: 30rpx !important;
|
|
}
|
|
|
|
.art-content {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
margin-top: 15rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
} |