pay.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. height: 24rpx;
  32. line-height: 24rpx;
  33. margin-left: 31.25rpx;
  34. margin-bottom: 31.25rpx;
  35. }
  36. .pay-list .item{
  37. height: 108rpx;
  38. padding-left: 31.25rpx;
  39. background: #fff;
  40. display: flex;
  41. align-items: center;
  42. border-bottom: 1px solid #f4f4f4;
  43. }
  44. .pay-list .checkbox{
  45. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/checkbox-sed825af9d3-a6b8540d42.png) 0 -448rpx no-repeat;
  46. background-size: 38rpx 486rpx;
  47. width: 40rpx;
  48. height: 40rpx;
  49. display: inline-block;
  50. vertical-align: middle;
  51. margin-right: 30rpx;
  52. }
  53. .pay-list .checkbox.checked{
  54. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/checkbox-sed825af9d3-a6b8540d42.png) 0 -192rpx no-repeat;
  55. background-size: 38rpx 486rpx;
  56. }
  57. .pay-list .icon-alipay{
  58. display: inline-block;
  59. vertical-align: middle;
  60. background-image: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/payMethod-s3c1faebee4-d754da9c65.png);
  61. background-repeat: no-repeat;
  62. background-size: 56.25rpx 189.583rpx;
  63. margin-right: 10.5rpx;
  64. width: 56.25rpx;
  65. height: 56.25rpx;
  66. }
  67. .pay-list .icon-net{
  68. display: inline-block;
  69. vertical-align: middle;
  70. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/payMethod-s3c1faebee4-d754da9c65.png) 0 -66.7rpx no-repeat;
  71. background-size: 56.25rpx 189.583rpx;
  72. margin-right: 10.5rpx;
  73. width: 56.25rpx;
  74. height: 56.25rpx;
  75. }
  76. .pay-list .icon{
  77. display: inline-block;
  78. vertical-align: middle;
  79. margin-right: 10.5rpx;
  80. width: 56.25rpx;
  81. height: 56.25rpx;
  82. }
  83. .pay-list .name{
  84. display: inline-block;
  85. vertical-align: middle;
  86. height: 56.25rpx;
  87. line-height: 56.25rpx;
  88. }
  89. .pay-btn{
  90. position: fixed;
  91. left: 0;
  92. bottom: 0;
  93. height: 100rpx;
  94. width: 100%;
  95. text-align: center;
  96. line-height: 100rpx;
  97. background: #b4282d;
  98. color: #fff;
  99. font-size: 30rpx;
  100. }
  101. .tips{
  102. height: 40rpx;
  103. width: 100%;
  104. font-size: 24rpx;
  105. color: #999;
  106. line-height: 40rpx;
  107. padding-left: 30rpx;
  108. padding-right: 30rpx;
  109. }