index.less 1.6 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. &-title{
  37. color:#495060;
  38. min-width:65px;
  39. padding-right:10px;
  40. &.required::after{
  41. content: "*";
  42. color:red;
  43. }
  44. }
  45. &-content{
  46. flex:1;
  47. display:flex;
  48. justify-content:space-between;
  49. align-items:center;
  50. .extra{
  51. display: flex;
  52. justify-content: flex-end;
  53. align-items: center;
  54. margin-right: 10px;
  55. }
  56. }
  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. }