123456789101112131415161718192021222324252627282930313233343536 |
- /* pages/pay/index.wxss */
- .title{
- font-size: 34rpx;
- font-weight: 500;
- text-align: center;
- margin-top: 100rpx;
- }
- .sn{
- padding: 10rpx 60rpx;
- text-align: left;
- color: #777777;
- }
- .sn-desc{
- float: right;
- }
- .money{
- text-align: center;
- margin-top: 40rpx;
- font-size: 78rpx;
- font-weight: bold;
- margin-bottom: 150rpx;
- }
- .btn{
- width: 80%;
- height: 80rpx;
- line-height: 80rpx;
- color: #ffffff;
- background-color: #089875;
- border-radius: 10rpx;
- text-align: center;
- margin: 0 auto;
- margin-top: 60rpx;
- margin-bottom: 50rpx;
- }
|