123456789101112131415161718192021222324252627282930313233 |
- @import "../public-view.wxss";
- .item {
- width: 750rpx;
- height: 100rpx;
- display: flex;
- background-color: white;
- }
- .item>image {
- width: 44rpx;
- height: 44rpx;
- margin: auto 36rpx auto 40rpx;
- }
- .item>text,
- .other-bank>text {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #333333;
- line-height: 100rpx;
- }
- .other-bank {
- width: 750rpx;
- height: 100rpx;
- display: flex;
- background-color: white;
- }
- .other-bank>text {
- margin-left: 40rpx;
- }
|