cbwarn.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. page {
  2. background-color: #F6F6FB;
  3. }
  4. .cbwtop {
  5. position: fixed;
  6. top: 0px;
  7. width: 100%;
  8. z-index: 555;
  9. background-color: #fff;
  10. }
  11. .cbwtop .image {
  12. width: 100%;
  13. height: 160rpx;
  14. }
  15. .cbwtop .tab-box {
  16. font-size: 30rpx;
  17. line-height: 80rpx;
  18. background-color: #ffffff;
  19. width: 100%;
  20. overflow: hidden;
  21. overflow-x: scroll;
  22. white-space: nowrap;
  23. }
  24. .cbwtop .tab-box .tab-item {
  25. cursor: pointer;
  26. position: relative;
  27. width: 25%;
  28. text-align: center;
  29. display: inline-block;
  30. }
  31. .cbwtop .tab-box .tab-item.active .bottom-line {
  32. bottom: 0;
  33. position: absolute;
  34. display: inline-block;
  35. width: 90rpx;
  36. height: 6rpx;
  37. left: 0;
  38. right: 0;
  39. margin: auto;
  40. background: #57C878;
  41. }
  42. .cbwtop .timeandtype {
  43. background-color: #F6F6FB;
  44. padding: 20rpx;
  45. box-sizing: border-box;
  46. }
  47. .cbwtop .timeandtype .timebox {
  48. display: flex;
  49. background-color: #fff;
  50. padding: 10px;
  51. border-top-right-radius: 5px;
  52. border-top-left-radius: 5px;
  53. }
  54. .cbwtop .timeandtype .timebox .jiange {
  55. width: 5%;
  56. text-align: center;
  57. }
  58. .cbwtop .timeandtype .timebox .firsttime,
  59. .cbwtop .timeandtype .timebox .endtime {
  60. width: 45%;
  61. text-align: center;
  62. }
  63. .cbwtop .timeandtype .warntypebox {
  64. display: flex;
  65. justify-content: space-between;
  66. background-color: #fff;
  67. padding: 10px;
  68. border-top: 1px solid #F6F6FB;
  69. border-bottom-right-radius: 5px;
  70. border-bottom-left-radius: 5px;
  71. }
  72. .warmlistbox {
  73. width: 95%;
  74. margin: 0 auto;
  75. padding-top: 370rpx;
  76. }
  77. .warmlistbox .warmlistbox_item {
  78. padding: 20rpx 0;
  79. box-sizing: border-box;
  80. background-color: #fff;
  81. border-radius: 10rpx;
  82. margin-bottom: 20rpx;
  83. }
  84. .warmlistbox .warmlistbox_item .warmlistbox_item_title {
  85. border-left: 8rpx solid #14A478;
  86. padding-left: 30rpx;
  87. }
  88. .warmlistbox .warmlistbox_item .warmlistbox_item_text {
  89. width: 90%;
  90. margin: 0 auto;
  91. margin-top: 20rpx;
  92. border-top: 1px solid #F2F2F2;
  93. padding: 20rpx 0;
  94. }
  95. .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_item {
  96. margin-bottom: 7px;
  97. display: flex;
  98. }
  99. .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_item .item_text_item_f {
  100. width: 140rpx;
  101. }
  102. .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_item .item_text_item_e {
  103. width: calc(100% - 140rpx);
  104. display: -webkit-box;
  105. -webkit-box-orient: vertical;
  106. -webkit-line-clamp: 4;
  107. overflow: hidden;
  108. }
  109. .warmlistbox .warmlistbox_item .warmlistbox_item_text .item_text_sta {
  110. display: flex;
  111. justify-content: flex-end;
  112. }
  113. .empty {
  114. display: flex;
  115. justify-content: center;
  116. align-items: center;
  117. }
  118. .warmissuebox {
  119. width: 95%;
  120. margin: 0 auto;
  121. padding-top: 270rpx;
  122. }
  123. .warmissuebox .warmissue {
  124. width: 95%;
  125. margin: 0 auto;
  126. padding: 20rpx;
  127. background-color: #fff;
  128. border-radius: 5px;
  129. }
  130. .warmissuebox .warmissue .warmissue_itemone {
  131. margin-bottom: 60rpx;
  132. display: flex;
  133. justify-content: space-between;
  134. }
  135. .warmissuebox .warmissue .warmissue_item {
  136. margin-bottom: 60rpx;
  137. display: flex;
  138. }
  139. .warmissuebox .warmissue .warmissue_item .warmissue_item_title {
  140. width: 160rpx;
  141. }
  142. .warmissuebox .warmissue .warmissue_item .warmissue_item_text {
  143. width: calc(100% - 160rpx);
  144. }
  145. .warmissuebox .warmissue .warmissue_itemtwo {
  146. display: flex;
  147. }
  148. .warmissuebox .warmissue .warmissue_itemtwo .itemtwo_left {
  149. width: calc(100% - 40rpx);
  150. display: flex;
  151. flex-wrap: wrap;
  152. }
  153. .warmissuebox .warmissue .warmissue_itemtwo .icon {
  154. width: 40rpx;
  155. }
  156. .warmissuebox .sendbox {
  157. margin: 40rpx auto;
  158. width: 80%;
  159. background-color: #14A478;
  160. padding: 20rpx 0;
  161. border-radius: 59px;
  162. text-align: center;
  163. color: #fff;
  164. }
  165. .wornsetbox {
  166. width: 95%;
  167. margin: 0 auto;
  168. padding-top: 270rpx;
  169. }
  170. .wornsetbox .wornsetbox_item {
  171. padding: 30rpx 20rpx;
  172. background-color: #fff;
  173. width: 100%;
  174. display: flex;
  175. justify-content: space-between;
  176. box-sizing: border-box;
  177. line-height: 64rpx;
  178. height: 124rpx;
  179. }
  180. .addwarnlist {
  181. position: absolute;
  182. bottom: 20rpx;
  183. left: 10%;
  184. margin: 40rpx auto;
  185. width: 80%;
  186. background-color: #14A478;
  187. padding: 20rpx 0;
  188. border-radius: 59px;
  189. text-align: center;
  190. color: #fff;
  191. }
  192. .addinfobox {
  193. display: flex;
  194. margin: 30rpx 0;
  195. }
  196. .addinfobox .addinfobox_title {
  197. line-height: 70rpx;
  198. width: 30%;
  199. text-align: center;
  200. }
  201. .addinfobox .addinfobox_title ._span:first-child {
  202. color: red;
  203. }
  204. .addinfobox .u-input__right-icon {
  205. line-height: 35px;
  206. }
  207. .u-calendar__action {
  208. display: flex;
  209. justify-content: space-around;
  210. }
  211. .u-calendar__action .u-calendar__action__text {
  212. line-height: 25px;
  213. }
  214. .top {
  215. position: fixed;
  216. right: 10px;
  217. bottom: 40px;
  218. z-index: 100;
  219. }
  220. .top image {
  221. width: 100rpx;
  222. height: 100rpx;
  223. }
  224. .top .backtop {
  225. display: flex;
  226. justify-content: flex-end;
  227. margin-bottom: 10rpx;
  228. }
  229. .top .more {
  230. width: 100rpx;
  231. height: 100rpx;
  232. background-color: rgba(161, 161, 161, 0.45);
  233. border-radius: 50%;
  234. text-align: center;
  235. padding-top: 10rpx;
  236. line-height: 40rpx;
  237. box-sizing: border-box;
  238. margin: 14rpx 0 0 0;
  239. color: #fff;
  240. }