12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .swiper-wrap{
- display: flex;
- flex-direction: column;
- height: calc(100vh - var(--window-top));
- width: 100%;
- .swiper-box {
- flex: 1;
- }
- }
- .page-box{
- margin: 25rpx 40rpx;
- .pay{
- overflow: hidden;
- margin-bottom: 20rpx;
- background-color: #fff;
- border-radius: 15rpx;
- .pay-top{
- margin-bottom: 20rpx;
- padding: 25rpx 40rpx;
- border-bottom: 1px solid #DFDFDF;
- .car{
- font-size: 32rpx;
- font-weight: 600;
- color: #3A3A3A;
- line-height: 45rpx;
- letter-spacing: 1px
- }
- .addr{
- color: #858585;
- font-size: 26rpx;
- line-height: 37rpx;
- }
- .pay-top-right{
- padding: 0 15rpx;
- height: 50rpx;
- line-height: 48rpx;
- border-radius: 5rpx;
- border: 1px solid #FA6400;
- color: #FA6400;
- }
- }
- .pay-center{
- padding: 0 40rpx 25rpx;
- border-bottom: 1px solid #DFDFDF;
- .pay-center-item{
- margin-bottom: 9rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #595959;
- line-height: 37rpx;
- letter-spacing: 1px;
- }
- }
- .u-cell_title{
- color: "#008CFF" ;
- }
- }
- }
- .button{
- position: fixed;
- left: 20rpx;
- bottom: 40rpx;
- right: 20rpx;
- }
|