app.acss 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. page {
  2. color: #303133;
  3. font-size: 32rpx;
  4. background: rgba(245, 247, 250, 1);
  5. height: 100%;
  6. width: 100%;
  7. margin: 0;
  8. padding: 0;
  9. -webkit-font-smoothing: antialiased;
  10. -webkit-tap-highlight-color: transparent;
  11. font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  12. }
  13. .nodeBer {
  14. border: none!important;
  15. }
  16. view, text {
  17. line-height: 40rpx;
  18. }
  19. .blue {
  20. color: #26A2FF!important;
  21. }
  22. .red {
  23. color: #F56C6C!important;
  24. }
  25. .yellow {
  26. color: #E6A23C!important;
  27. }
  28. .yellow2 {
  29. color: #fc0!important;
  30. }
  31. .green {
  32. color: #67C23A!important;
  33. }
  34. .fontColorZ {
  35. color: #303133!important;
  36. }
  37. .fontColorF {
  38. color: #606266 !important;
  39. }
  40. .fontColorX {
  41. color: #969799 !important;
  42. }
  43. .fontColorT {
  44. color: #C0C4CC!important;
  45. }
  46. /* 搜索框 */
  47. .search {
  48. background-color: #f1f1f1;
  49. border-radius: 10rpx;
  50. width: 90%;
  51. margin: 0 auto;
  52. padding: 6rpx 10rpx;
  53. }
  54. .search input {
  55. background-color: #f1f1f1;
  56. font-size: 32rpx !important;
  57. }
  58. .search image {
  59. width: 30rpx;
  60. height: 30rpx;
  61. margin-left: 10rpx;
  62. }
  63. /* 弹窗相关 */
  64. .data-tier {
  65. position: fixed;
  66. top: 0;
  67. left: 0;
  68. right: 0;
  69. height: 80rpx;
  70. }
  71. .animationBox {
  72. position: fixed;
  73. left: 0;
  74. right: 0;
  75. top: 0;
  76. overflow: hidden;
  77. z-index: 3;
  78. transform: translate(0, -100%);
  79. }
  80. /* 禁止滚动背景穿透 */
  81. .container__mask {
  82. overflow: hidden;
  83. position: fixed;
  84. top: 0;
  85. left: 0;
  86. right: 0;
  87. bottom: 0;
  88. z-index: 1;
  89. }
  90. .tab {
  91. background: #fff;
  92. text-align: center;
  93. z-index: 4;
  94. position: sticky;
  95. top: 0;
  96. height: 80rpx;
  97. }
  98. .tab view {
  99. width: 25%;
  100. overflow: hidden;
  101. text-overflow: ellipsis;
  102. white-space: nowrap;
  103. }
  104. .tab view text {
  105. position: relative;
  106. padding: 20rpx 0;
  107. /* width: 120%; */
  108. white-space: nowrap
  109. }
  110. .tab text::after {
  111. position: absolute;
  112. top: 50%;
  113. right: -20rpx;
  114. margin-top: -0.1rem;
  115. border: 0.06rem solid;
  116. border-color: transparent transparent #C0C4CC #C0C4CC;
  117. -webkit-transform: rotate(-45deg);
  118. transform: rotate(-45deg);
  119. opacity: .8;
  120. content: '';
  121. }
  122. .tab .activeView {
  123. color: #26a2ff;
  124. }
  125. .tab .activeView::after {
  126. margin-top: -0.02rem;
  127. -webkit-transform: rotate(135deg);
  128. transform: rotate(135deg);
  129. border-color: transparent transparent #26a2ff #26a2ff;
  130. }
  131. .windows {
  132. position: fixed;
  133. top: 0px;
  134. left: 0px;
  135. right: 0px;
  136. bottom: 0px;
  137. background: rgba(0, 0, 0, 0.4);
  138. z-index: 999;
  139. }
  140. .meng {
  141. position: fixed;
  142. bottom: 0;
  143. background-color: rgba(0, 0, 0, .5);
  144. left: 0;
  145. right: 0;
  146. top: 80rpx;
  147. overflow: hidden;
  148. }
  149. .delVal {
  150. height: 40rpx;
  151. width: 40rpx;
  152. border-radius: 100%;
  153. background-color: #909399;
  154. color: #fff;
  155. text-align: center;
  156. /* line-height: 40rpx; */
  157. line-height: 34rpx;
  158. margin: 0 10rpx;
  159. }
  160. /* 弹窗过程 */
  161. .pop-up {
  162. position: fixed;
  163. right: 10rpx;
  164. width: 100rpx;
  165. height: 100rpx;
  166. border-radius: 50%;
  167. background: #fff;
  168. text-align: center;
  169. bottom: 50%;
  170. box-sizing: border-box;
  171. line-height: 100rpx;
  172. box-shadow: 0 0 0.12rem rgba(0, 0, 0, .15);
  173. }
  174. .showPop {
  175. animation: showLayer 0.2s linear both;
  176. }
  177. @keyframes showLayer {
  178. 0% {
  179. transform: translateY(-100%);
  180. }
  181. 100% {
  182. transform: translateY(0%);
  183. }
  184. }
  185. /* 带字体背景颜色 */
  186. .redBox {
  187. border-radius: 6rpx;
  188. background: rgba(245,108,108,.1);
  189. color: #F56C6C;
  190. font-size: 28rpx;
  191. padding: 0 6rpx;
  192. }
  193. .greenBox {
  194. border-radius: 6rpx;
  195. background: rgba(103,194,58,.1);
  196. color: #67C23A;
  197. font-size: 28rpx;
  198. padding: 0 6rpx;
  199. }
  200. .yellowBox2{
  201. border-radius: 6rpx;
  202. background: rgba(255,204,0,.1);
  203. color: #fc0;
  204. font-size: 28rpx;
  205. padding: 0 6rpx;
  206. }
  207. .yellowBox {
  208. border-radius: 6rpx;
  209. background: rgba(230,162,60,.1);
  210. color: #E6A23C;
  211. font-size: 28rpx;
  212. padding: 0 6rpx;
  213. }
  214. .blueBox {
  215. border-radius: 6rpx;
  216. background: rgba(38,162,255,.1);
  217. color: #26A2FF;
  218. font-size: 28rpx;
  219. padding: 0 6rpx;
  220. }
  221. .textBox {
  222. border-radius: 6rpx;
  223. background: rgba(48,49,51,.1);
  224. color: #303133;
  225. font-size: 28rpx;
  226. padding: 0 6rpx;
  227. }
  228. .margin-bottom {
  229. margin-bottom: 20rpx;
  230. }
  231. .margin-top {
  232. margin-top: 20rpx;
  233. }
  234. .defBtn {
  235. background: #26A2FF;
  236. color: #fff;
  237. }
  238. .border-bottom {
  239. border-bottom: 1px solid #f1f1f1;
  240. }
  241. .text-right {
  242. text-align: right;
  243. }
  244. .text-left {
  245. text-align: left;
  246. }
  247. .noDatas {
  248. text-align: center;
  249. padding: 16rpx 0;
  250. color: #909399
  251. }
  252. .radio_ {
  253. width: 40rpx !important;
  254. height: 40rpx !important;
  255. border: 1px solid #ccc;
  256. border-radius: 50% !important;
  257. background: #fff;
  258. position: relative;
  259. margin: 0 20rpx 0 24rpx;
  260. }
  261. .active .radio_ {
  262. border: 1px solid #26A2FF;
  263. }
  264. .active .radio_::before {
  265. content: '';
  266. width: 20rpx !important;
  267. height: 20rpx !important;
  268. border-radius: 50% !important;
  269. background: #26A2FF;
  270. position: absolute;
  271. display: block;
  272. top: 50%;
  273. left: 50%;
  274. margin-top: -10rpx;
  275. margin-left: -9.5rpx;
  276. }
  277. /* 盒子模型 */
  278. .flex-box {
  279. display: -webkit-box;
  280. display: -moz-box;
  281. display: -ms-flexbox;
  282. display: -webkit-flex;
  283. display: flex;
  284. }
  285. /*盒子模型,竖向自适应,垂直排列 */
  286. .flex-box-v {
  287. display: -webkit-box;
  288. display: -webkit-flex;
  289. display: flex;
  290. -webkit-box-orient: vertical;
  291. -webkit-flex-flow: column;
  292. flex-flow: column !important;
  293. }
  294. .flex-box-ce{
  295. display: -webkit-box;
  296. display: -moz-box;
  297. display: -ms-flexbox;
  298. display: -webkit-flex;
  299. display: flex;
  300. align-items: center;
  301. -webkit-align-items: center;
  302. -webkit-box-align: center;
  303. }
  304. /* 水平等列排版(容器左右没缝隙,子元素左右两边自适应) */
  305. .flex-d-center {
  306. justify-content: space-between;
  307. -webkit-justify-content: space-between;
  308. }
  309. /* 水平等列排版(子元素两边有缝隙自己适应) */
  310. .flex-dv-center {
  311. justify-content: space-around;
  312. -webkit-justify-content: space-around;
  313. }
  314. /*通过一起使用 box-align 和 box-pack 属性,对 view 框的子元素进行居中,目前没有浏览器支持box-align 和 box-pack 属性,所以需要加上浏览器内核-webkit,-moz等的简写 */
  315. .flex-center-center {
  316. justify-content: center;
  317. -webkit-justify-content: center;
  318. -moz-justify-content: center;
  319. align-items: center;
  320. -webkit-align-items: center;
  321. -webkit-box-pack: center;
  322. -webkit-box-align: center;
  323. -moz-align-items: center;
  324. -moz-box-pack: center;
  325. -moz-box-align: center;
  326. }
  327. /*对view中的子元素进行居中,并且位于容器的中间位置 水平居中 */
  328. .flex-v-zhu, .flex-h-zhu {
  329. justify-content: center;
  330. -webkit-justify-content: center;
  331. -webkit-box-pack: center;
  332. }
  333. /*对view中的子元素进行居中,并且位于容器的中间位置 垂直居中 */
  334. .flex-v-ce, .flex-h-ce {
  335. align-items: center;
  336. -webkit-align-items: center;
  337. -webkit-box-align: center;
  338. }
  339. /*让所有弹性盒模型对象的子元素都有相同的长度,且忽略它们内部的内容: */
  340. .flex-1 {
  341. -webkit-box-flex: 1;
  342. -moz-box-flex: 1;
  343. -webkit-flex: 1;
  344. -ms-flex: 1;
  345. flex: 1;
  346. }
  347. .flex-2 {
  348. -webkit-box-flex: 2;
  349. box-flex: 2;
  350. -moz-box-flex: 2;
  351. -webkit-flex: 2;
  352. -ms-flex: 2;
  353. flex: 2;
  354. }
  355. .flex-3 {
  356. -webkit-box-flex: 3;
  357. box-flex: 3;
  358. -moz-box-flex: 3;
  359. -webkit-flex: 3;
  360. -ms-flex: 3;
  361. flex: 3;
  362. }
  363. .flex-4 {
  364. -webkit-box-flex: 4;
  365. box-flex: 4;
  366. -moz-box-flex: 4;
  367. -webkit-flex: 4;
  368. -ms-flex: 4;
  369. flex: 4;
  370. }
  371. .flex-5 {
  372. -webkit-box-flex: 5;
  373. box-flex: 5;
  374. -moz-box-flex: 5;
  375. -webkit-flex: 5;
  376. -ms-flex: 5;
  377. flex: 5;
  378. }
  379. .flex-direction-row-reverse {
  380. flex-direction: row-reverse;
  381. -webkit-flex-direction: row-reverse;
  382. }
  383. /*超出部分用....表示的公用样式 */
  384. .font-flex-word {
  385. overflow: hidden;
  386. text-overflow: ellipsis;
  387. white-space: nowrap;
  388. }
  389. /* 内容超出部分自动换行 */
  390. .flex-d-wrap {
  391. flex-wrap: wrap;
  392. }
  393. /* 内容超出部分不换行 */
  394. .flex-no-wrap {
  395. flex-wrap: nowrap;
  396. }
  397. /* 从右边开始排列 */
  398. .flex-box-end {
  399. display: -webkit-box;
  400. display: -moz-box;
  401. display: -ms-flexbox;
  402. display: -webkit-flex;
  403. display: flex;
  404. justify-content: flex-end;
  405. }