pay.wxss 2.2 KB

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