yuminge-app/yun-min-program-plugin-master/packageH/stock/guide/guide.wxss

53 lines
774 B
Plaintext

/* packageH/stock/guide/guide.wxss */
/* 搜索栏 */
.explain-show-button {
padding-left: 33.002rpx;
color: #f14e4e;
}
.van-search__action--hover {
background: none !important;
}
/* 说明弹窗 */
.explain-popup-content {
padding: 56rpx 43.002rpx;
width: 540rpx;
height: 470rpx;
background: white;
}
.explain-title {
font-size: 32rpx;
font-weight: 500;
color: #161615;
text-align: center;
}
.explain-content {
margin-top: 40rpx;
line-height: 38rpx;
text-align: left;
font-size: 24rpx;
color: #6e6e6e;
}
/* 置顶海报 */
.top-banner {
width: 100%;
height: 350rpx;
object-fit: cover;
}
/* 商品列表 */
.goods-list {
margin-top: 30rpx;
padding: 0 30rpx 30rpx;
}
.goods-item {
display: block;
margin-bottom: 20rpx;
}