index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .payment {
  2. width: 100%;
  3. background-color: #fff;
  4. margin: 20rpx auto 0 auto;
  5. padding: 30rpx;
  6. border-top-right-radius: 39rpx;
  7. border-top-left-radius: 39rpx;
  8. margin-top: -45rpx;
  9. }
  10. .payment .nav {
  11. height: 75rpx;
  12. line-height: 75rpx;
  13. padding: 0 100rpx;
  14. }
  15. .payment .nav .item {
  16. font-size: 30rpx;
  17. color: #333;
  18. }
  19. .payment .nav .item.on {
  20. font-weight: bold;
  21. border-bottom: 4rpx solid #e83323;
  22. }
  23. .payment .input {
  24. width: 100%;
  25. border-bottom: 1rpx solid #dddddd;
  26. margin: 60rpx auto 0 auto;
  27. font-size: 56rpx;
  28. color: #333333;
  29. flex-wrap: nowrap;
  30. }
  31. .payment .input text {
  32. padding-left: 106rpx;
  33. }
  34. .payment .input input {
  35. padding-right: 106rpx;
  36. height: 94rpx;
  37. text-align: center;
  38. }
  39. .payment .placeholder {
  40. font-size: 84.5rpx;
  41. color: #d0d0d0;
  42. }
  43. .payment .tip {
  44. font-size: 28rpx;
  45. color: #333333;
  46. font-weight: 800;
  47. margin-bottom: 14rpx;
  48. }
  49. .payment .tip-samll {
  50. font-size: 24rpx;
  51. color: #333333;
  52. margin-bottom: 14rpx;
  53. }
  54. .payment .but {
  55. color: #fff;
  56. font-size: 30rpx;
  57. width: 550rpx;
  58. height: 86rpx;
  59. border-radius: 50rpx;
  60. margin: 46rpx auto 0 auto;
  61. line-height: 86rpx;
  62. }
  63. .payment-top {
  64. width: 100%;
  65. height: 350rpx;
  66. background-color: #e83323;
  67. }
  68. .payment-top .name {
  69. font-size: 26rpx;
  70. color: rgba(255, 255, 255, 0.8);
  71. margin-top: -38rpx;
  72. margin-bottom: 30rpx;
  73. }
  74. .payment-top .pic {
  75. font-size: 32rpx;
  76. color: #fff;
  77. }
  78. .payment-top .pic-font {
  79. font-size: 78rpx;
  80. color: #fff;
  81. }
  82. .picList .pic-box {
  83. width: 216rpx;
  84. height: 120rpx;
  85. border-radius: 20rpx;
  86. margin-top: 21rpx;
  87. }
  88. .pic-box-color {
  89. background-color: #f4f4f4;
  90. color: #656565;
  91. }
  92. .pic-box-color-active {
  93. background-color: #ec3323;
  94. color: #fff;
  95. }
  96. .pic-box-active {
  97. width: 216rpx;
  98. height: 120rpx;
  99. background-color: #ec3323;
  100. border-radius: 20rpx;
  101. }
  102. .pic-number {
  103. font-size: 22rpx;
  104. }
  105. .pic-number-pic {
  106. font-size: 38rpx;
  107. margin-right: 10rpx;
  108. text-align: center;
  109. }