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.

109 lines
1.6 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. .picker_group {
  34. height: 85rpx;
  35. line-height: 85rpx;
  36. display: flex;
  37. align-items: center;
  38. font-size: 30rpx;
  39. }
  40. .picker_group picker {
  41. height: 55rpx;
  42. line-height: 55rpx;
  43. margin: 0 2%;
  44. padding: 2% 5%;
  45. border-bottom: 1px solid #eee;
  46. }
  47. .picker_group {
  48. height: 85rpx;
  49. line-height: 85rpx;
  50. display: flex;
  51. align-items: center;
  52. font-size: 30rpx;
  53. color: #888;
  54. }
  55. .picker_group picker {
  56. height: 55rpx;
  57. line-height: 55rpx;
  58. margin: 0 2%;
  59. padding: 2% 5%;
  60. border-bottom: 1px solid #eee;
  61. }
  62. .table {
  63. border: 0px solid darkgray;
  64. border-top: 1rpx dashed #222;
  65. margin-top: 20rpx;
  66. }
  67. .tr {
  68. display: flex;
  69. width: 100%;
  70. justify-content: center;
  71. height: 3rem;
  72. align-items: center;
  73. border-bottom: 1rpx dashed #222;
  74. }
  75. .td {
  76. width:40%;
  77. justify-content: center;
  78. text-align: center;
  79. font-size: 25rpx;
  80. }
  81. .td text{
  82. font-size: 25rpx;
  83. }
  84. .bg-w{
  85. background: snow;
  86. }
  87. .bg-g{
  88. background: #E6F3F9;
  89. }
  90. .th {
  91. width: 40%;
  92. justify-content: center;
  93. display: flex;
  94. height: 2rem;
  95. align-items: center;
  96. text-align: center;
  97. font-size: 26rpx;
  98. }