index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. uni-button[type=primary].data-v-57280228 {
  28. background: -webkit-linear-gradient(top, #5a52c5 0%, #8257ed 100%);
  29. background: linear-gradient(180deg, #5a52c5 0%, #8257ed 100%);
  30. }
  31. page.data-v-57280228 {
  32. font-size: 28rpx;
  33. }
  34. .wrap.data-v-57280228 {
  35. margin: 0 40rpx;
  36. }
  37. .full-img.data-v-57280228 {
  38. width: 100%;
  39. height: auto;
  40. }
  41. .f-tac.data-v-57280228 {
  42. text-align: center;
  43. }
  44. .write-radius.data-v-57280228 {
  45. background-color: #fff;
  46. border-radius: 24rpx;
  47. padding: 24rpx;
  48. margin-bottom: 24rpx;
  49. }
  50. .bottom-btn-wrap.data-v-57280228 {
  51. height: 110rpx;
  52. }
  53. .bottom-btn.data-v-57280228 {
  54. height: 110rpx;
  55. line-height: 110rpx;
  56. position: fixed;
  57. left: 0;
  58. bottom: 0;
  59. width: 100%;
  60. }
  61. .operating.data-v-57280228 {
  62. margin-top: 24rpx;
  63. }
  64. .operating-item.data-v-57280228 {
  65. display: -webkit-box;
  66. display: -webkit-flex;
  67. display: flex;
  68. margin-bottom: 24rpx;
  69. -webkit-box-align: center;
  70. -webkit-align-items: center;
  71. align-items: center;
  72. border-radius: 12rpx;
  73. background-color: #6e55da;
  74. padding: 30rpx 40rpx 25rpx;
  75. color: #fff;
  76. -webkit-box-pack: justify;
  77. -webkit-justify-content: space-between;
  78. justify-content: space-between;
  79. }
  80. .operating-item.data-v-57280228:nth-of-type(2) {
  81. background-color: #f96e0e;
  82. }
  83. .operating-item:nth-of-type(2) .operating-item-link.data-v-57280228 {
  84. color: #f96e0e;
  85. }
  86. .operating-item.data-v-57280228:nth-of-type(3) {
  87. background-color: #0e95f9;
  88. }
  89. .operating-item:nth-of-type(3) .operating-item-link.data-v-57280228 {
  90. color: #0e95f9;
  91. }
  92. .operating-item.data-v-57280228:nth-of-type(4) {
  93. background-color: #fd1d79;
  94. }
  95. .operating-item:nth-of-type(4) .operating-item-link.data-v-57280228 {
  96. color: #fd1d79;
  97. }
  98. .operating-item-text-til.data-v-57280228 {
  99. font-size: 32rpx;
  100. margin-bottom: 8rpx;
  101. }
  102. .operating-item-link.data-v-57280228 {
  103. display: inline-block;
  104. margin-top: 25rpx;
  105. padding: 10rpx 65rpx;
  106. border-radius: 25rpx;
  107. line-height: 1;
  108. background-color: #ffffff;
  109. color: #6e55da;
  110. text-align: center;
  111. }
  112. .operating-item-icon.data-v-57280228 {
  113. margin-right: 20rpx;
  114. }
  115. .operating-item-icon .iconfont.data-v-57280228 {
  116. font-size: 80rpx;
  117. opacity: 0.6;
  118. }