help.wxss 267 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 /* page/subPackage/pages/zeroSell/components/help.wxss */ .help { width: 200rpx; height: 65rpx; font-size: 24rpx; line-height: 65rpx; background-color: rgba(0, 0, 0, 0.6); border-radius: 40rpx; color: white; text-align: left; padding-left: 20rpx; }