index.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .page {
  2. border-top: 10rpx solid #f5f5f5;
  3. padding: 0 20rpx;
  4. }
  5. .title {
  6. font-size: 14px;
  7. padding: 30rpx 40rpx 30rpx 20rpx;
  8. text-align: center;
  9. box-sizing: border-box;
  10. }
  11. .icon-box {
  12. width: 20px;
  13. margin-right: 20rpx;
  14. }
  15. .title {
  16. border-bottom: 1px solid #eaeaea;
  17. }
  18. .group {
  19. box-sizing: border-box;
  20. }
  21. .group {
  22. margin-bottom: 60px;
  23. }
  24. .input {
  25. padding: 0 20rpx!important;
  26. }
  27. .list {
  28. display: flex;
  29. justify-content: space-between;
  30. align-items: center;
  31. width: 100%;
  32. font-size: 14px;
  33. padding: 20rpx 0 20rpx 30rpx;
  34. border-bottom: 1px solid #ddd;
  35. box-sizing: border-box;
  36. }
  37. .list-title {
  38. color: #495060;
  39. min-width: 65px;
  40. padding-right: 10px;
  41. }
  42. .list-title.required::after {
  43. content: "*";
  44. color: red;
  45. }
  46. .list-content {
  47. flex: 1;
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: center;
  51. }
  52. .list-content .extra {
  53. display: flex;
  54. justify-content: flex-end;
  55. align-items: center;
  56. margin-right: 10px;
  57. }
  58. .i-cell-group,
  59. .flex {
  60. display: flex!important;
  61. }
  62. .border {
  63. border: 1px solid #eaeaea;
  64. height: 73rpx;
  65. }
  66. .input-box {
  67. display: flex;
  68. align-items: center;
  69. padding: 15rpx 0;
  70. }
  71. .select {
  72. height: 100%;
  73. }
  74. picker {
  75. height: 100%;
  76. }
  77. .picker {
  78. height: 73rpx;
  79. line-height: 73rpx;
  80. padding: 0 20rpx;
  81. box-sizing: border-box;
  82. }
  83. .yzm {
  84. height: 64rpx;
  85. padding: 0 15rpx;
  86. line-height: 64rpx;
  87. background: #31a0db;
  88. color: #fff;
  89. font-size: 24rpx;
  90. text-align: center;
  91. border-radius: 4px;
  92. box-sizing: border-box;
  93. flex: 0 0 auto;
  94. }