123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .pay-way {
- display: flex;
- justify-content: space-between;
- width: calc(100% - 34rpx);
- border-top: solid 1px #979797;
- margin: 23rpx auto;
- padding: 38rpx 86rpx;
- .pay-way-item {
- text-align: center;
- font-size: 30rpx;
- color: #5F5F5F;
- image {
- width: 143rpx;
- height: 143rpx;
- }
- }
- }
- .pay-way-new {
- display: flex;
- justify-content: space-between;
- width: calc(100% - 80rpx);
- border-top: solid 1px #979797;
- margin: 23rpx auto;
- padding: 36rpx 0;
- .pay-way-item {
- width: calc(50% - 9rpx);
- border-radius: 20rpx;
- text-align: center;
- padding: 30rpx 0;
- image {
- width: 159rpx;
- height: 159rpx;
- }
- .title {
- font-size: 30rpx;
- font-weight: 400;
- font-family: 'PingFangSC-Regular, PingFang SC';
- color: #fff;
- margin: 15rpx 0;
- }
- .subtitle {
- font-size: 14rpx;
- font-weight: 400;
- font-family: 'PingFangSC-Regular, PingFang SC';
- color: #fff;
- opacity: 0.73;
- }
- }
- .pay-way-item-hy {
- background: linear-gradient(153deg, #FA9460 0%, #FF5065 100%)
- }
- .pay-way-item-jh {
- background: linear-gradient(155deg, #5EE3A6 0%, #3EB9C8 100%);
- }
- }
- .pay-way-close-btn {
- width: calc(100% - 80rpx);
- margin: 0 auto 68rpx;
- border: none;
- background-color: #3397FA;
- color: #fff;
- border-radius: 10rpx;
- }
|