pay.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. page{
  2. min-height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container{
  7. padding-top: 20rpx;
  8. }
  9. .total{
  10. height: 104rpx;
  11. background: #fff;
  12. width: 100%;
  13. line-height: 104rpx;
  14. padding-left: 30rpx;
  15. padding-right: 30rpx;
  16. }
  17. .total .label{
  18. float: left;
  19. }
  20. .total .txt{
  21. float: right;
  22. }
  23. .pay-list{
  24. margin-top: 30rpx;
  25. height: auto;
  26. width: 100%;
  27. overflow: hidden;
  28. }
  29. .pay-list .h{
  30. width: 100%;
  31. margin-left: 30rpx;
  32. margin-bottom: 30rpx;
  33. }
  34. .pay-list .item{
  35. height: 108rpx;
  36. padding-left: 30rpx;
  37. background: #fff;
  38. display: flex;
  39. align-items: center;
  40. border-bottom: 1px solid #f4f4f4;
  41. }
  42. .pay-list .checkbox{
  43. background: url(https://4d-tjw.oss-cn-shenzhen.aliyuncs.com/wxmall/images/img_sprites_checkbox.png) 0 -448rpx no-repeat;
  44. background-size: 38rpx 486rpx;
  45. width: 40rpx;
  46. height: 40rpx;
  47. display: inline-block;
  48. vertical-align: middle;
  49. margin-right: 30rpx;
  50. }
  51. .pay-list .checkbox.checked{
  52. background: url(https://4d-tjw.oss-cn-shenzhen.aliyuncs.com/wxmall/images/img_sprites_checkbox.png) 0 -192rpx no-repeat;
  53. background-size: 38rpx 486rpx;
  54. }
  55. .pay-list .icon-alipay{
  56. display: inline-block;
  57. vertical-align: middle;
  58. background-image: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/payMethod-s3c1faebee4-d754da9c65.png);
  59. background-repeat: no-repeat;
  60. background-size: 56.25rpx 189.583rpx;
  61. margin-right: 10.5rpx;
  62. width: 56.25rpx;
  63. height: 56.25rpx;
  64. }
  65. .pay-list .icon-net{
  66. display: inline-block;
  67. vertical-align: middle;
  68. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/payMethod-s3c1faebee4-d754da9c65.png) 0 -66.7rpx no-repeat;
  69. background-size: 56.25rpx 189.583rpx;
  70. margin-right: 10.5rpx;
  71. width: 56.25rpx;
  72. height: 56.25rpx;
  73. }
  74. .pay-list .icon{
  75. display: inline-block;
  76. vertical-align: middle;
  77. margin-right: 10.5rpx;
  78. width: 56.25rpx;
  79. height: 56.25rpx;
  80. }
  81. .pay-list .name{
  82. display: inline-block;
  83. vertical-align: middle;
  84. height: 56.25rpx;
  85. line-height: 56.25rpx;
  86. }
  87. .pay-btn{
  88. position: fixed;
  89. left: 0;
  90. bottom: 0;
  91. height: 100rpx;
  92. width: 100%;
  93. text-align: center;
  94. line-height: 100rpx;
  95. background: #ED5D18;
  96. color: #fff;
  97. font-size: 30rpx;
  98. }
  99. .tips{
  100. height: 40rpx;
  101. width: 100%;
  102. font-size: 24rpx;
  103. color: #999;
  104. line-height: 40rpx;
  105. padding-left: 30rpx;
  106. padding-right: 30rpx;
  107. }