payDeposit.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /* pages/payDeposit/payDeposit.wxss */
  2. page{
  3. background: #f1f1f1;
  4. }
  5. .container{
  6. padding-top: 10rpx;
  7. }
  8. .consignee-info{
  9. width: 100%;
  10. }
  11. .pay{
  12. bottom: 0;
  13. width: 90%;
  14. background: #fb752c;
  15. margin-top: 100rpx;
  16. }
  17. .pay text{
  18. color: #fff;
  19. line-height:100rpx;
  20. text-align: center;
  21. font-size: 40rpx;
  22. display: block;
  23. }
  24. .consignee-info-hint text{
  25. font-size:24rpx;
  26. color: #999;
  27. padding: 10rpx 20rpx;
  28. width: 100%;
  29. display: block;
  30. }
  31. .consignee-site{
  32. background: #fff;
  33. padding: 20rpx;
  34. border-bottom: 1px splid #999;
  35. margin-bottom: 20rpx;
  36. }
  37. .consignee-user text{
  38. font-size:32rpx;
  39. font-weight: 600;
  40. margin-bottom: 20rpx;
  41. }
  42. .consignee-user-address text{
  43. font-size: 28rpx;
  44. color: #333;
  45. width: 90%;
  46. display: block;
  47. }
  48. .warning{
  49. background: #fff;
  50. padding: 20rpx;
  51. width: 100%;
  52. box-sizing: border-box;
  53. }
  54. .warning-title{
  55. font-size:32rpx;
  56. font-weight: 600;
  57. }
  58. .deposit-info{
  59. background: #fff;
  60. padding: 20rpx;
  61. width: 100%;
  62. box-sizing: border-box;
  63. }
  64. .deposit-sum{
  65. font-size:32rpx;
  66. font-weight: 600;
  67. margin-bottom: 20rpx;
  68. }
  69. .deposit-protocol text{
  70. display: block;
  71. font-size: 24rpx;
  72. color: #999;
  73. }
  74. .protocol{
  75. padding: 20rpx;
  76. width: 100%;
  77. box-sizing: border-box;
  78. }
  79. checkbox-group{
  80. float: left;
  81. width: 48rpx;
  82. height: 48rpx;
  83. }
  84. .protocol .checkbox checkbox {
  85. transform:scale(0.7);
  86. height: 48rpx;
  87. }
  88. .protocol-text::after{
  89. content: '';
  90. display: block;
  91. clear: both;
  92. }
  93. .protocol-text{
  94. float: left;
  95. line-height: 56rpx;
  96. margin-left: 5rpx;
  97. }
  98. .protocol-text text,.protocol-text navigator{
  99. display: block;
  100. float: left;
  101. color: #333;
  102. font-size: 24rpx;
  103. }
  104. .protocol-text navigator{
  105. color:#00adfe;
  106. }