settlement.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .part {
  2. background: #fff;
  3. padding: 0 30rpx;
  4. margin-bottom: 20rpx;
  5. }
  6. .rzrow {
  7. height: 100rpx;
  8. line-height: 100rpx;
  9. position: relative;
  10. color: #3c3c3c;
  11. border-bottom: 1rpx solid #e6e6e6;
  12. }
  13. .rzrow input {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .navigator-arrow::after {
  18. right: 5rpx !important;
  19. }
  20. .col1 {
  21. width: 200rpx;
  22. }
  23. .rzrow .flex1 {
  24. text-align: right;
  25. }
  26. .pctitle {
  27. height: 100rpx;
  28. line-height: 100rpx;
  29. }
  30. .pctitle text:nth-child(1) {
  31. float: left;
  32. }
  33. .pctitle text:nth-child(2) {
  34. float: right;
  35. }
  36. .pcpname {
  37. width: 70rpx;
  38. }
  39. .pcprice {
  40. height: 80rpx;
  41. line-height: 80rpx;
  42. }
  43. .pcprice input {
  44. border: 1rpx solid #e6e6e6;
  45. height: 100%;
  46. width: 100%;
  47. }
  48. .pcfoot {
  49. height: 120rpx;
  50. line-height: 120rpx;
  51. }
  52. .delbtn {
  53. width: 150rpx;
  54. height: 70rpx;
  55. text-align: center;
  56. line-height: 70rpx;
  57. border: 1rpx solid #e6e6e6;
  58. float: right;
  59. margin-top: 20rpx;
  60. border-radius: 5rpx;
  61. }
  62. .addpc {
  63. height: 100rpx;
  64. line-height: 100rpx;
  65. text-align: center;
  66. }
  67. .addpc view {
  68. margin: auto;
  69. color: #30afff;
  70. }
  71. .addpc text {
  72. font-size: 46rpx;
  73. font-weight: 800;
  74. }
  75. .foot {
  76. height: 150rpx;
  77. background: #fff;
  78. text-align: center;
  79. position: relative;
  80. padding-top: 25rpx;
  81. }
  82. .bluebtn {
  83. position: absolute;
  84. left: 30rpx;
  85. right: 30rpx;
  86. top: 25rpx;
  87. height: 100rpx;
  88. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  89. color: #fff;
  90. text-align: center;
  91. line-height: 100rpx;
  92. border-radius: 50rpx;
  93. }
  94. .savebtn {
  95. height: 100rpx;
  96. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  97. color: #fff;
  98. text-align: center;
  99. line-height: 100rpx;
  100. border-radius: 50rpx;
  101. }
  102. .delbtn1 {
  103. height: 100rpx;
  104. background: #fff;
  105. color: #309aff;
  106. text-align: center;
  107. line-height: 100rpx;
  108. border-radius: 50rpx;
  109. margin-right: 30rpx;
  110. border: 1rpx solid #309aff;
  111. }