warnset.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. page {
  2. background-color: #F6F6FB;
  3. }
  4. .basesel {
  5. width: 95%;
  6. margin: 20rpx auto;
  7. padding: 30rpx 20rpx;
  8. box-sizing: border-box;
  9. background-color: #fff;
  10. border-radius: 10rpx;
  11. }
  12. .basesel .basesel_list {
  13. width: 100%;
  14. }
  15. .basesel .basesel_list .basesel_list_tilte {
  16. margin-bottom: 60rpx;
  17. font-size: 32rpx;
  18. }
  19. .basesel .basesel_list .basesel_list_sel {
  20. display: flex;
  21. margin-bottom: 60rpx;
  22. }
  23. .basesel .basesel_list .basesel_list_sel .basesel_list_sel_left {
  24. width: calc(100% - 40rpx);
  25. display: flex;
  26. flex-wrap: wrap;
  27. color: #999999;
  28. }
  29. .basesel .basesel_list .basesel_list_sel .icon {
  30. width: 40rpx;
  31. }
  32. .basesel .basesel_calculate {
  33. margin-top: 30rpx;
  34. display: flex;
  35. }
  36. .usersel {
  37. width: 95%;
  38. margin: 20rpx auto;
  39. padding: 30rpx 20rpx;
  40. box-sizing: border-box;
  41. background-color: #fff;
  42. border-radius: 10rpx;
  43. }
  44. .usersel .warmissue_itemone {
  45. margin-bottom: 60rpx;
  46. display: flex;
  47. justify-content: space-between;
  48. }
  49. .usersel .warmissue_itemone .warmissue_itemone_title {
  50. font-size: 32rpx;
  51. }
  52. .usersel .warmissue_item {
  53. margin-bottom: 60rpx;
  54. display: flex;
  55. }
  56. .usersel .warmissue_item .warmissue_item_title {
  57. width: 160rpx;
  58. }
  59. .usersel .warmissue_item .warmissue_item_text {
  60. width: calc(100% - 160rpx);
  61. }
  62. .usersel .warmissue_itemtwo {
  63. display: flex;
  64. }
  65. .usersel .warmissue_itemtwo .itemtwo_left {
  66. width: calc(100% - 40rpx);
  67. display: flex;
  68. flex-wrap: wrap;
  69. color: #999999;
  70. }
  71. .usersel .warmissue_itemtwo .icon {
  72. width: 40rpx;
  73. }
  74. .target {
  75. width: 95%;
  76. margin: 20rpx auto;
  77. padding: 30rpx 20rpx;
  78. box-sizing: border-box;
  79. background-color: #fff;
  80. border-radius: 10rpx;
  81. }
  82. .target .target_title {
  83. margin-bottom: 40rpx;
  84. display: flex;
  85. justify-content: space-between;
  86. }
  87. .target .target_title .target_title_left {
  88. font-size: 24rpx;
  89. color: #999999;
  90. }
  91. .target .target_title .target_title_left .target_title_left_title {
  92. font-size: 32rpx;
  93. color: #2F2F30;
  94. }
  95. .target .target_text {
  96. width: 100%;
  97. }
  98. .target .target_text .target_text_item {
  99. width: 100%;
  100. margin-top: 30rpx;
  101. display: flex;
  102. justify-content: space-between;
  103. }
  104. .target .target_text .target_text_item .target_text_item_sel {
  105. width: 40%;
  106. display: flex;
  107. justify-content: space-between;
  108. line-height: 70rpx;
  109. height: 70rpx;
  110. border-bottom: 1px solid #aaaaad;
  111. }
  112. .target .target_text .target_text_item .target_text_item_sel .itemtwo_left {
  113. color: #999999;
  114. }
  115. .target .target_text .target_text_item .target_text_item_ipt {
  116. width: 40%;
  117. }
  118. .target .target_text .target_text_item .target_text_item_ipt .u-input__right-icon {
  119. line-height: 35px;
  120. }
  121. .target .target_text .target_text_item .addordel {
  122. width: 10%;
  123. }
  124. .target .uni-input-input {
  125. border-bottom: 1px solid #aaaaad;
  126. }
  127. .sendbox {
  128. margin: 40rpx auto;
  129. width: 80%;
  130. background-color: #14A478;
  131. padding: 20rpx 0;
  132. border-radius: 59px;
  133. text-align: center;
  134. color: #fff;
  135. }