wpfw_ewei_wxapp/pages/changce/merch/detail.wxss
2023-02-26 08:10:18 +08:00

9 lines
683 B
Plaintext

.detail-hard{ width: 100%; height:6rem; background-size: 100%; }
.detail-hard .fui-list{ padding-top:1.7rem; }
.detail-hard .fui-list .subtitle,.detail-hard .fui-list .text{ color: #ffffff !important; }
.detail-tab{ display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; width: 100%; padding:0.4rem 0;background:#fff; }
.detail-tab wx-navigator{ display: -webkit-flex; display: flex; -webkit-flex-direction:column; flex-direction:column; width: 25%; font-size:28rpx; color: #666666; }
.detail-tab .on{ color: #fd2d2d; }
.detail-tab wx-image{ width: 1rem; height: 1rem; text-align: center; margin: 0 auto; }
.detail-tab wx-text{ text-align: center; }