setting.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .container-list.data-v-5fed78fb {
  27. width: 100%;
  28. }
  29. .set-title.data-v-5fed78fb {
  30. margin: 0 30rpx;
  31. }
  32. .header-box.data-v-5fed78fb {
  33. padding: 100rpx 0;
  34. }
  35. .header-box .logo-img.data-v-5fed78fb {
  36. width: 160rpx;
  37. height: 160rpx;
  38. border-radius: 50%;
  39. }
  40. .header-box .name.data-v-5fed78fb {
  41. font-size: 42rpx;
  42. font-weight: 400;
  43. color: #333333;
  44. }
  45. .header-box .version.data-v-5fed78fb {
  46. font-size: 32rpx;
  47. font-weight: 500;
  48. line-height: 32rpx;
  49. color: #bbbbbb;
  50. }
  51. .set-footer.data-v-5fed78fb {
  52. margin: 100rpx 0 0 0;
  53. }
  54. .set-footer .copyright-text.data-v-5fed78fb {
  55. font-size: 22rpx;
  56. font-weight: 500;
  57. color: #cccccc;
  58. line-height: 30rpx;
  59. }
  60. .set-footer .agreement-box.data-v-5fed78fb {
  61. font-size: 26rpx;
  62. font-weight: 500;
  63. }
  64. .set-footer .agreement-box .tcp-text.data-v-5fed78fb {
  65. color: var(--ui-BG-Main);
  66. }
  67. .set-footer .agreement-box .agreement-text.data-v-5fed78fb {
  68. color: #999999;
  69. }
  70. .loginout-btn.data-v-5fed78fb {
  71. width: 100%;
  72. height: 80rpx;
  73. border-radius: 40rpx;
  74. font-size: 30rpx;
  75. }
  76. .list-border.data-v-5fed78fb {
  77. font-size: 28rpx;
  78. font-weight: 400;
  79. color: #333333;
  80. border-bottom: 2rpx solid #eeeeee;
  81. }
  82. .data-v-5fed78fb .uni-list-item__content-title {
  83. font-size: 28rpx;
  84. font-weight: 500;
  85. color: #333;
  86. }
  87. .data-v-5fed78fb .uni-list-item__extra-text {
  88. color: #bbbbbb;
  89. font-size: 28rpx;
  90. }