12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* 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: 40rpx;
- }
- .btn-warning{
- background-color: #E6A23C;
- margin-top: 0rpx;
- }
|