order.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* uni.scss */
  15. /* 颜色变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .content {
  29. background-color: #F8F8F8;
  30. }
  31. .content .order-list-box {
  32. height: 80vh;
  33. background-color: #F8F8F8;
  34. padding-top: 20rpx;
  35. }
  36. .content .red {
  37. color: red;
  38. }
  39. .menu-top {
  40. width: 100%;
  41. background-color: #FFFFFF;
  42. }
  43. .menu-top .menu-list {
  44. background-color: #F7E8CB;
  45. display: flex;
  46. flex-direction: row;
  47. align-items: center;
  48. justify-content: space-between;
  49. }
  50. .card {
  51. width: 93%;
  52. padding: 30rpx;
  53. margin: 0 auto;
  54. margin-bottom: 40rpx;
  55. display: flex;
  56. flex-direction: column;
  57. align-items: center;
  58. justify-content: flex-start;
  59. background-color: #FFFFFF;
  60. border-radius: 30rpx;
  61. }
  62. .card .type_name {
  63. width: 4em;
  64. text-align: center;
  65. }
  66. .card .type_status {
  67. width: 20%;
  68. text-align: center;
  69. }
  70. .card .green {
  71. color: #42C308;
  72. border: 1px #42C308 solid;
  73. }
  74. .card .yellow {
  75. color: #F7B314;
  76. border: 1px #F7B314 solid;
  77. }
  78. .card .blue {
  79. color: #49BEFA;
  80. border: 1px #49BEFA solid;
  81. }
  82. .card .center {
  83. width: 60%;
  84. position: relative;
  85. }
  86. .card .center .image {
  87. width: 50rpx;
  88. height: 40rpx;
  89. }
  90. .card .row {
  91. position: relative;
  92. margin: 8rpx 0;
  93. }
  94. .card .row .length {
  95. position: absolute;
  96. right: 20rpx;
  97. }
  98. .card .row .name {
  99. color: #999;
  100. width: 20%;
  101. }
  102. .card .row .text {
  103. width: 80%;
  104. }
  105. .card .half {
  106. width: 50%;
  107. justify-content: flex-start;
  108. }
  109. .card .half .name {
  110. color: #999;
  111. width: 40%;
  112. }
  113. .card .half .text {
  114. width: 60%;
  115. }
  116. .card .border {
  117. border-top: 1px #eee solid;
  118. display: flex;
  119. flex-direction: row;
  120. align-items: center;
  121. justify-content: flex-end;
  122. }
  123. .card .btn {
  124. background-color: #F6B301;
  125. color: #FFFFFF;
  126. margin: 20rpx 20rpx 0 20rpx;
  127. padding: 10rpx 30rpx;
  128. border-radius: 50rpx;
  129. min-width: 120rpx;
  130. text-align: center;
  131. }
  132. .big-text {
  133. font-size: 38rpx;
  134. font-weight: bold;
  135. }
  136. .u-update-content {
  137. width: 500rpx;
  138. height: 650rpx;
  139. padding: 40rpx;
  140. background-image: url("http://pet.hdlkeji.com/assets/static/1/110.png");
  141. background-size: 100% 100%;
  142. }
  143. .u-update-content .u-update-top {
  144. height: 50%;
  145. display: flex;
  146. position: relative;
  147. }
  148. .u-update-content .u-update-top .top-image {
  149. height: 300rpx;
  150. width: 300rpx;
  151. position: absolute;
  152. left: 100rpx;
  153. }
  154. .u-update-content .u-update-bottom {
  155. height: 50%;
  156. display: flex;
  157. flex-direction: column;
  158. align-items: center;
  159. justify-content: space-around;
  160. }
  161. .u-update-content .u-update-bottom .btn {
  162. width: 115px;
  163. height: 34px;
  164. background: linear-gradient(90deg, #F6B44D 0%, #FF7A60 100%);
  165. box-shadow: 0px 3px 6px rgba(248, 144, 64, 0.35);
  166. opacity: 1;
  167. border-radius: 34px;
  168. text-align: center;
  169. line-height: 34px;
  170. color: #fff;
  171. }