| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .view2-view-text {
- font-size: 14px;
- color: #000000;
- margin-left: 20rpx;
- width: 80%;
- }
- .view2-view-image-right {
- width: 18rpx;
- height: 30rpx;
- margin-left: 50rpx;
- }
- .cash {
- text-align: center;
- background: white;
- height: 100%;
- position: absolute;
- width: 100%;
- }
- .cash .cash-top {
- padding: 32rpx 32rpx 50rpx 32rpx;
- /* border-bottom: 1px solid gainsboro; */
- background: #FF2638;
- }
- .cash .leiji {
- font-size: 14px;
- color: #ffffff;
- margin-bottom: 10px;
- }
- .cash .yinghang {
- height: 80rpx;
- line-height: 80rpx;
- font-size: 36rpx;
- font-weight: 700;
- text-align: left;
- }
- .cash .yinghang2 {
- height: 80rpx;
- line-height: 80rpx;
- font-size: 36rpx;
- font-weight: 700;
- }
|