index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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-3a7c3cf2 {
  28. padding: 0 20rpx;
  29. }
  30. .page-wrap .pageTabs.data-v-3a7c3cf2 {
  31. background-color: #fff;
  32. }
  33. .page-wrap .head.data-v-3a7c3cf2 {
  34. margin-top: 20rpx;
  35. }
  36. .page-wrap .head .handle.data-v-3a7c3cf2 {
  37. display: inline-block;
  38. color: #777777;
  39. text-align: center;
  40. padding: 16rpx 20rpx;
  41. border-radius: 30rpx;
  42. font-size: 28rpx;
  43. line-height: 1;
  44. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  45. }
  46. .page-wrap .head .addbt.data-v-3a7c3cf2 {
  47. width: 100rpx;
  48. height: 100rpx;
  49. border-radius: 50%;
  50. color: #fff;
  51. background-color: rgba(64, 158, 255, 0.6);
  52. box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.6);
  53. position: fixed;
  54. right: 10rpx;
  55. bottom: 20%;
  56. z-index: 99;
  57. text-align: center;
  58. display: flex;
  59. justify-content: center;
  60. align-items: center;
  61. }
  62. .page-wrap .head .addbt .word.data-v-3a7c3cf2 {
  63. width: 80rpx;
  64. height: 80rpx;
  65. border-radius: 50%;
  66. margin: 5rpx auto;
  67. font-size: 28rpx;
  68. letter-spacing: 2px;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .page-wrap .pageMain.data-v-3a7c3cf2 {
  74. margin-top: 20rpx;
  75. background-color: #f5f5f5;
  76. padding-bottom: 50rpx;
  77. }
  78. .page-wrap .pageMain .slot-button.data-v-3a7c3cf2 {
  79. width: 400rpx;
  80. height: 100%;
  81. display: flex;
  82. flex-direction: row;
  83. justify-content: center;
  84. align-items: center;
  85. color: #fff;
  86. padding-left: 10px;
  87. }
  88. .page-wrap .pageMain .slot-button .bt.data-v-3a7c3cf2 {
  89. width: 50%;
  90. height: 100%;
  91. font-size: 30rpx;
  92. box-sizing: border-box;
  93. display: flex;
  94. justify-content: center;
  95. align-items: center;
  96. }
  97. .page-wrap .pageMain .slot-button .bt.edit.data-v-3a7c3cf2 {
  98. background-color: #007aff;
  99. }
  100. .page-wrap .pageMain .slot-button .bt.del.data-v-3a7c3cf2 {
  101. background-color: #F56C6C;
  102. }
  103. .page-wrap .pageMain .slot-button .bt.detail.data-v-3a7c3cf2 {
  104. background-color: #e6a23c;
  105. }
  106. .page-wrap .pageMain .item.data-v-3a7c3cf2 {
  107. color: #666;
  108. }
  109. .page-wrap .pageMain .item .name.data-v-3a7c3cf2 {
  110. font-size: 32rpx;
  111. color: #222222;
  112. line-height: 1;
  113. padding-bottom: 10rpx;
  114. }
  115. .page-wrap .pageMain .item image.icon.data-v-3a7c3cf2 {
  116. width: 30rpx;
  117. height: 30rpx;
  118. display: block;
  119. }
  120. .page-wrap .pageMain .item .item-row.data-v-3a7c3cf2 {
  121. display: flex;
  122. align-items: center;
  123. padding-top: 14rpx;
  124. }
  125. .page-wrap .pageMain .item .item-row.space-between.data-v-3a7c3cf2 {
  126. justify-content: space-between;
  127. }
  128. .page-wrap .pageMain .item .icon-item.data-v-3a7c3cf2 {
  129. display: flex;
  130. align-items: center;
  131. }
  132. .page-wrap .pageMain .item .icon-item .word.data-v-3a7c3cf2 {
  133. margin-left: 8rpx;
  134. font-size: 24rpx;
  135. }