index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .form-box{
  2. width:100%;
  3. background-color: #fff;
  4. margin-top: 20rpx;
  5. }
  6. .row-wrap{
  7. width: 720rpx;
  8. height: 88rpx;
  9. line-height: 88rpx;
  10. margin-left: 30rpx;
  11. border-bottom: 1rpx solid #eee;
  12. display: flex;
  13. font-size: 28rpx;
  14. /*justify-content: space-between;*/
  15. }
  16. .row-wrap .label{
  17. width: 160rpx;
  18. color: #000
  19. }
  20. .row-wrap .label-right{
  21. flex: 1;
  22. height: 88rpx;
  23. line-height: 88rpx;
  24. }
  25. .row-wrap .label-right input{
  26. height: 100%;
  27. font-size: 28rpx;
  28. padding-right: 30rpx;
  29. }
  30. .row-wrap .right-box{
  31. margin-right: 30rpx;
  32. }
  33. .arrow-right{
  34. width: 15rpx;
  35. height: 24rpx;
  36. }
  37. .save-btn,
  38. .cancel-btn{
  39. width: 690rpx;
  40. height: 80rpx;
  41. line-height: 80rpx;
  42. text-align: center;
  43. margin-top:30rpx;
  44. border-radius: 6rpx;
  45. box-sizing: border-box;
  46. }
  47. .save-btn{
  48. background-color: #e64340;
  49. color:#fff;
  50. }
  51. button[type="default"]{
  52. background-color: #ffffff;
  53. color:#000;
  54. }
  55. .addr-details{
  56. height: auto;
  57. padding: 30rpx 0;
  58. margin-left:30rpx;
  59. border-bottom: 1rpx solid #eee;
  60. display: flex;
  61. font-size: 28rpx;
  62. }
  63. .addr-details .label{
  64. margin:auto 0 auto 0;
  65. width: 160rpx;
  66. color: #000
  67. }
  68. .addr-details textarea{
  69. box-sizing: border-box;
  70. width: 480rpx;
  71. overflow: scroll;
  72. }
  73. picker {
  74. min-width: 20rpx;
  75. height: 100%;
  76. margin-right: 20rpx;
  77. }
  78. .hui{
  79. color: #777;
  80. }
  81. .weui-panel {
  82. width:740rpx;
  83. }
  84. .charge-rule-wrap{
  85. background: white;
  86. margin-top:20rpx;
  87. padding:10rpx;
  88. padding-left:20rpx;
  89. display: flex;
  90. flex-direction:row;
  91. flex-wrap:wrap;
  92. }
  93. .btn{
  94. box-sizing: border-box;
  95. text-align: center;
  96. border-radius: 6rpx;
  97. margin-left: 20rpx;
  98. }
  99. .charge-detail{
  100. width:220rpx;
  101. height:100rpx;
  102. color:rgba(99, 190, 133, 1);
  103. background-color:white;
  104. border:3rpx solid rgba(99, 190, 133, 1);
  105. display:table-cell;
  106. line-height:30rpx;
  107. font-weight:300;
  108. font-size:30rpx;
  109. margin:10rpx;
  110. align-items:flex-start;
  111. }
  112. .charge-detail text{
  113. vertical-align:middle;
  114. font-size: 28rpx;
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. margin-top:12rpx;
  119. }
  120. .button-hover{
  121. background-color:grey;
  122. }