details.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. page {
  2. background: #f2f3f5;
  3. }
  4. @charset "UTF-8";
  5. /**
  6. * 这里是uni-app内置的常用样式变量
  7. *
  8. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  9. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  10. *
  11. */
  12. /**
  13. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  14. *
  15. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  16. */
  17. /* 颜色变量 */
  18. /* 行为相关颜色 */
  19. /* 文字基本颜色 */
  20. /* 背景颜色 */
  21. /* 边框颜色 */
  22. /* 尺寸变量 */
  23. /* 文字尺寸 */
  24. /* 图片尺寸 */
  25. /* Border Radius */
  26. /* 水平间距 */
  27. /* 垂直间距 */
  28. /* 透明度 */
  29. /* 文章场景相关 */
  30. .home.data-v-7397f3e3 {
  31. padding-top: 200rpx;
  32. }
  33. .home .nav.data-v-7397f3e3 {
  34. position: absolute;
  35. left: 0;
  36. top: 0;
  37. width: 100%;
  38. height: 356rpx;
  39. background: #3e7ef8;
  40. border-radius: 0 0 31rpx 31rpx;
  41. }
  42. .home .nav .title.data-v-7397f3e3 {
  43. position: relative;
  44. text-align: center;
  45. font-size: 32rpx;
  46. font-weight: bold;
  47. color: #ffffff;
  48. }
  49. .home .nav .title .back.data-v-7397f3e3 {
  50. position: absolute;
  51. top: 0;
  52. bottom: 0;
  53. margin: auto;
  54. left: 70rpx;
  55. display: flex;
  56. }
  57. .home .main.data-v-7397f3e3 {
  58. position: absolute;
  59. width: 100%;
  60. height: calc(100vh - 200rpx);
  61. overflow: hidden;
  62. padding-bottom: 64rpx;
  63. }
  64. .home .main .main-top.data-v-7397f3e3 {
  65. padding: 0 32rpx;
  66. }
  67. .home .main .customer-box.data-v-7397f3e3 {
  68. width: 100%;
  69. background: #ffffff;
  70. box-shadow: 0 6rpx 19rpx 2rpx rgba(0, 45, 132, 0.15);
  71. border-radius: 32rpx;
  72. padding: 22rpx 38rpx 68rpx 40rpx;
  73. }
  74. .home .main .customer-box .header .name .img.data-v-7397f3e3 {
  75. width: 46rpx;
  76. height: 46rpx;
  77. border-radius: 50%;
  78. margin-right: 8rpx;
  79. }
  80. .home .main .customer-box .header .name text.data-v-7397f3e3 {
  81. font-size: 28rpx;
  82. font-weight: bold;
  83. color: #323232;
  84. }
  85. .home .main .customer-box .header .date.data-v-7397f3e3 {
  86. font-size: 24rpx;
  87. color: #3e7ef8;
  88. }
  89. .home .main .customer-box .info .info-item.data-v-7397f3e3 {
  90. margin-top: 18rpx;
  91. }
  92. .home .main .customer-box .info .info-item .info-label.data-v-7397f3e3 {
  93. width: 120rpx;
  94. text-align: left;
  95. font-size: 24rpx;
  96. color: #646464;
  97. }
  98. .home .main .customer-box .info .info-item .info-txt.data-v-7397f3e3 {
  99. flex: 1;
  100. font-size: 24rpx;
  101. color: #323232;
  102. }
  103. .home .main .data-list.data-v-7397f3e3 {
  104. margin-top: 16rpx;
  105. width: 100%;
  106. height: calc(100vh - 532rpx);
  107. background: #ffffff;
  108. padding: 32rpx;
  109. overflow: auto;
  110. padding-bottom: 145rpx;
  111. }
  112. .home .main .data-list .status1.data-v-7397f3e3 {
  113. color: #4096fb;
  114. background: rgba(64, 150, 251, 0.2);
  115. }
  116. .home .main .data-list .status2.data-v-7397f3e3 {
  117. background: rgba(255, 184, 60, 0.2);
  118. color: #ffb83c;
  119. }
  120. .home .main .data-list .status3.data-v-7397f3e3 {
  121. color: #fe6936;
  122. background: rgba(254, 105, 54, 0.2);
  123. }
  124. .home .fixed-btn-group.data-v-7397f3e3 {
  125. position: fixed;
  126. display: flex;
  127. justify-content: space-around;
  128. align-items: center;
  129. width: 90rpx;
  130. height: 90rpx;
  131. bottom: 50rpx;
  132. right: 50rpx;
  133. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  134. border-radius: 20px;
  135. transition: all 0.2s;
  136. }
  137. .home .fixed-btn-group .btn.data-v-7397f3e3 {
  138. width: 60rpx;
  139. height: 60rpx;
  140. background: #3e7ef8;
  141. border-radius: 50%;
  142. margin: 10rpx;
  143. font-size: 26rpx;
  144. font-weight: bold;
  145. color: #ffffff;
  146. }