12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .payment {
- :global {
- .van-cell__title {
- font-size: 16px;
- padding-left: 10px;
- }
- .van-icon-cross {
- position: absolute;
- z-index: 1;
- top: 13px;
- left: 13px;
- color: #ccc;
- cursor: pointer;
- }
- // .van-checkbox__icon,
- // .van-radio__icon {
- // height: 22px;
- // .van-icon {
- // border: 0;
- // }
- // }
- // .van-checkbox__icon--checked .van-icon,
- // .van-radio__icon--checked .van-icon {
- // background: transparent;
- // border: transparent;
- // }
- }
- // .van-popup__close-icon {
- // color: #cccccc;
- // font-size: 22px;
- // }
- // .van-popup--bottom.van-popup--round {
- // border-radius: 6px 6px 0 0;
- // }
- // .van-hairline--bottom::after {
- // border-bottom-color: #f0f0f0;
- // }
- .title {
- background-color: #ffffff;
- font-size: 16px;
- font-weight: 400;
- color: #1a1a1a;
- padding: 14px 0 12px;
- text-align: center;
- }
- .payAmount {
- background-color: #ffffff;
- padding: 20px 0;
- text-align: center;
- p {
- font-size: 14px;
- color: #666666;
- padding-bottom: 10px;
- }
- .amount {
- font-size: 28px;
- color: #000000;
- span {
- font-size: 18px;
- padding-left: 3px;
- }
- }
- }
- .blank {
- height: 65px;
- // background-color: #f6f8f9;
- .message {
- padding: 10px 12px;
- color: red;
- font-size: 14px;
- text-align: center;
- }
- }
- .payBtn {
- width: 230px !important;
- margin: 0 auto;
- font-size: 16px;
- font-weight: 600;
- margin-bottom: 20px;
- }
- }
|