| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .pay-content-wrap {
- color: #323233;
- }
- .pay-content-wrap > div{
- margin-bottom: 10px;
- background: white;
- padding: 10px;
- }
- .pay-content-price {
- text-align: center;
- }
- .pay-content-price p:first-child {
- padding-top: 20px;
- }
- .pay-content-price p:nth-child(2) {
- font-size: 24px;
- font-weight: 500;
- }
- .pay-content-type p:first-child {
- color: #929292;
- font-size: 12px;
- }
- .pay-content-type span {
- padding-left: 10px;
- }
- .pay-content-type span:last-child {
- float: right;
- }
- .confirm-footer {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 50px;
- }
- .confirm-button {
- width: 100%;
- height: 100%;
- color: #fff;
- background-color: #f44;
- border: 1px solid #f44;
- font-size: 16px;
- text-align: center;
- letter-spacing: 2px;
- }
- .pay-disabled {
- opacity: 0.5;
- }
|