index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .page-wrap.data-v-2c18ef20 {
  28. padding: 0 20rpx;
  29. }
  30. .page-wrap .search-wrap.data-v-2c18ef20 {
  31. margin: 5px 0;
  32. padding: 0 5px;
  33. box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. flex-wrap: wrap;
  38. background-color: #fff;
  39. }
  40. .page-wrap .search-wrap .search.data-v-2c18ef20 {
  41. flex: 1;
  42. }
  43. .page-wrap .search-wrap .select.data-v-2c18ef20 {
  44. width: 240rpx;
  45. margin-top: 10rpx;
  46. flex-shrink: 0;
  47. margin-left: 10rpx;
  48. }
  49. .page-wrap .addbt.data-v-2c18ef20 {
  50. width: 100rpx;
  51. height: 100rpx;
  52. border-radius: 50%;
  53. color: #fff;
  54. background-color: rgba(64, 158, 255, 0.7);
  55. box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.4);
  56. position: fixed;
  57. right: 10rpx;
  58. bottom: 20%;
  59. z-index: 99;
  60. text-align: center;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. }
  65. .page-wrap .addbt .word.data-v-2c18ef20 {
  66. width: 80rpx;
  67. height: 80rpx;
  68. border-radius: 50%;
  69. margin: 5rpx auto;
  70. font-size: 28rpx;
  71. letter-spacing: 2px;
  72. }
  73. .page-wrap .pageMain.data-v-2c18ef20 {
  74. margin-top: 20rpx;
  75. background-color: #f5f5f5;
  76. padding-bottom: 50rpx;
  77. }
  78. .page-wrap .pageMain .item .title.data-v-2c18ef20 {
  79. display: flex;
  80. justify-content: space-between;
  81. align-items: center;
  82. }
  83. .page-wrap .pageMain .item .title .name.data-v-2c18ef20 {
  84. font-size: 36rpx;
  85. color: #222222;
  86. font-weight: 500;
  87. }
  88. .page-wrap .pageMain .item .title .num.data-v-2c18ef20 {
  89. font-size: 32rpx;
  90. color: #424242;
  91. }
  92. .page-wrap .pageMain .item .tagbox.data-v-2c18ef20 {
  93. font-size: 24rpx;
  94. color: #666666;
  95. padding: 14rpx 0;
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. }
  100. .page-wrap .pageMain .item .location.data-v-2c18ef20 {
  101. display: flex;
  102. align-items: center;
  103. }
  104. .page-wrap .pageMain .item .bottom .time.data-v-2c18ef20 {
  105. font-size: 24rpx;
  106. color: #666666;
  107. }
  108. .page-wrap .pageMain .item image.icon.data-v-2c18ef20 {
  109. width: 30rpx;
  110. height: 30rpx;
  111. display: block;
  112. }
  113. .page-wrap .pageMain .item .item-row.data-v-2c18ef20 {
  114. display: flex;
  115. align-items: center;
  116. padding-top: 14rpx;
  117. }
  118. .page-wrap .pageMain .item .item-row.space-between.data-v-2c18ef20 {
  119. justify-content: space-between;
  120. }
  121. .page-wrap .pageMain .item .icon-item.data-v-2c18ef20 {
  122. display: flex;
  123. align-items: center;
  124. }
  125. .page-wrap .pageMain .item .icon-item .word.data-v-2c18ef20 {
  126. margin-left: 8rpx;
  127. font-size: 24rpx;
  128. }
  129. .page-wrap .pageMain .slot-button.data-v-2c18ef20 {
  130. width: 400rpx;
  131. height: 100%;
  132. display: flex;
  133. flex-direction: row;
  134. justify-content: center;
  135. align-items: center;
  136. color: #fff;
  137. padding-left: 10px;
  138. }
  139. .page-wrap .pageMain .slot-button .bt.data-v-2c18ef20 {
  140. width: 50%;
  141. height: 100%;
  142. font-size: 30rpx;
  143. box-sizing: border-box;
  144. display: flex;
  145. justify-content: center;
  146. align-items: center;
  147. }
  148. .page-wrap .pageMain .slot-button .bt.edit.data-v-2c18ef20 {
  149. background-color: #007aff;
  150. }
  151. .page-wrap .pageMain .slot-button .bt.del.data-v-2c18ef20 {
  152. background-color: #F56C6C;
  153. }
  154. .page-wrap .pageMain .slot-button .bt.detail.data-v-2c18ef20 {
  155. background-color: #e6a23c;
  156. }