codeInput.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* pages/codeInput/codeInput.wxss */
  2. .mine {
  3. padding: 26rpx 30rpx 104rpx 30rpx;
  4. position: relative;
  5. }
  6. .tab-content {
  7. background: #FFFFFF;
  8. border-radius: 8px;
  9. box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  10. }
  11. .price {
  12. margin-top: 20rpx;
  13. background: #FFFFFF;
  14. border-radius: 8px;
  15. box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  16. }
  17. .van-cell {
  18. border-radius: 8px;
  19. padding-top: 34rpx !important;
  20. padding-bottom: 34rpx !important;
  21. }
  22. .van-field__label {
  23. font-size: 16px !important;
  24. font-family: PingFangSC-Regular !important;
  25. color: #333333 !important;
  26. }
  27. .van-field__control {
  28. font-size: 16px !important;
  29. font-family: PingFangSC-Regular !important;
  30. color: #333333 !important;
  31. }
  32. .cloise {
  33. margin-top: 20rpx;
  34. background: #FFFFFF;
  35. border-radius: 8px;
  36. }
  37. .remarks {
  38. margin-top: 20rpx;
  39. background: #FFFFFF;
  40. border-radius: 8px;
  41. height: 412rpx;
  42. }
  43. .bottom-confirm {
  44. width: 626rpx;
  45. height: 96rpx;
  46. line-height: 96rpx;
  47. background: #0271E3;
  48. border-radius: 52rpx;
  49. text-align: center;
  50. font-family: PingFangSC-Regular;
  51. font-size: 36rpx;
  52. color: #FFFFFF;
  53. letter-spacing: 0;
  54. margin-top: 72rpx;
  55. position: relative;
  56. left: 50%;
  57. transform: translateX(-50%);
  58. }