1234567891011121314151617181920212223 |
- .wx-address {
- .weixin {
- font-size: 48rpx !important;
- font-weight: normal;
- margin-right: 20rpx;
- }
- .text {
- font-size: 30rpx;
- }
- .cell {
- border-radius: 8rpx;
- padding: 32rpx 30rpx;
- }
- .cell__title {
- color: #333333;
- font-size: 30rpx;
- }
- }
- .wx-address-custom {
- align-items: center;
- display: flex;
- font-size: 32rpx;
- }
|