You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
1.9 KiB

  1. page {
  2. height: 100%;
  3. background: #f6f6f8;
  4. padding: 20rpx;
  5. }
  6. .section__title {
  7. display: inline-block;
  8. margin-left: 20rpx;
  9. font-size: 30rpx;
  10. color: #888;
  11. }
  12. .pickerArr {
  13. display: inline-block;
  14. margin-left: 10rpx;
  15. border: 1rpx solid #ccc9c9;
  16. width: 45%;
  17. padding: 5rpx 20rpx;
  18. border-radius: 5rpx;
  19. font-size: 30rpx;
  20. color: #888;
  21. }
  22. .btns {
  23. width: 20%;
  24. background: #409EFF;
  25. color: #fff;
  26. font-size: 30rpx;
  27. display: inline-block;
  28. vertical-align: middle;
  29. height: 60rpx;
  30. line-height: 60rpx;
  31. margin-left: 20rpx;
  32. }
  33. .btn {
  34. float: right;
  35. height: 52rpx;
  36. line-height: 52rpx;
  37. background: rgba(101, 158, 246, 1);
  38. border-radius: 10rpx;
  39. font-size: 28rpx;
  40. font-weight: 500;
  41. padding: 0 25rpx;
  42. color: rgba(255, 255, 255, 1);
  43. }
  44. .picker_group {
  45. height: 85rpx;
  46. line-height: 85rpx;
  47. display: flex;
  48. align-items: center;
  49. font-size: 30rpx;
  50. }
  51. .picker_group picker {
  52. height: 55rpx;
  53. line-height: 55rpx;
  54. margin: 0 2%;
  55. padding: 2% 5%;
  56. border-bottom: 1px solid #eee;
  57. }
  58. .picker_group {
  59. height: 85rpx;
  60. line-height: 85rpx;
  61. display: flex;
  62. align-items: center;
  63. font-size: 30rpx;
  64. color: #888;
  65. }
  66. .picker_group picker {
  67. height: 55rpx;
  68. line-height: 55rpx;
  69. margin: 0 2%;
  70. padding: 2% 5%;
  71. border-bottom: 1px solid #eee;
  72. }
  73. .table {
  74. border: 0px solid darkgray;
  75. border-top: 1rpx solid #a0a0a0;
  76. margin-top: 20rpx;
  77. padding-right: 30rpx;
  78. }
  79. .tr {
  80. display: flex;
  81. width: 100%;
  82. justify-content: center;
  83. height: 3rem;
  84. align-items: center;
  85. border-bottom: 1rpx solid #a0a0a0;
  86. }
  87. .td {
  88. width: 40%;
  89. justify-content: center;
  90. text-align: center;
  91. font-size: 25rpx;
  92. }
  93. .td text {
  94. font-size: 25rpx;
  95. }
  96. .bg-w {
  97. background: ffffff;
  98. }
  99. .bg-g {
  100. background: #E6F3F9;
  101. }
  102. .th {
  103. width: 40%;
  104. justify-content: center;
  105. display: flex;
  106. height: 2rem;
  107. align-items: center;
  108. text-align: center;
  109. font-size: 26rpx;
  110. }