Files
wdsxh/unpackage/dist/build/mp-weixin/pagesMall/component/mall/store.wxss
2026-04-29 15:33:58 +08:00

1 line
1.6 KiB
Plaintext

.component-mall-store{border-radius:20rpx;background:#fff;padding:32rpx;display:flex;align-items:center;overflow:hidden}.component-mall-store .store-image{width:160rpx;min-width:160rpx;height:160rpx;border-radius:20rpx}.component-mall-store .store-info{flex:1;height:160rpx;margin-left:32rpx;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.component-mall-store .store-info .info-top{color:#5a5b6e;font-size:28rpx;line-height:40rpx}.component-mall-store .store-info .info-bottom{display:flex;align-items:center}.component-mall-store .store-info .info-bottom .bottom-price{color:#e60012;font-size:36rpx;font-weight:600;line-height:40rpx}.component-mall-store .store-info .info-bottom .bottom-price text{font-size:24rpx}.component-mall-store .store-info .info-bottom .bottom-select{flex:1;margin-left:16rpx;display:flex;justify-content:flex-end;align-items:center;overflow:hidden}.component-mall-store .store-info .info-bottom .bottom-select .select-btn{width:32rpx;min-width:32rpx;height:32rpx;border-radius:50%;background:var(--theme-color)}.component-mall-store .store-info .info-bottom .bottom-select .select-btn.disabled{opacity:.5}.component-mall-store .store-info .info-bottom .bottom-select .select-btn .icon{width:100%;height:100%}.component-mall-store .store-info .info-bottom .bottom-select .select-text{color:#000;font-size:28rpx;line-height:32rpx;height:32rpx;margin:0 16rpx;text-align:center}.component-mall-store .store-info .info-bottom .bottom-number{flex:1;margin-left:16rpx;text-align:right;color:#5a5b6e;font-size:28rpx;line-height:32rpx}