list.wxss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. .list-item.data-v-0df9e865 {
  27. padding: 32rpx 30rpx 20rpx 20rpx;
  28. background: #fff;
  29. }
  30. .list-item .avatar.data-v-0df9e865 {
  31. width: 52rpx;
  32. height: 52rpx;
  33. border-radius: 50%;
  34. }
  35. .list-item .nickname.data-v-0df9e865 {
  36. font-size: 26rpx;
  37. font-weight: 500;
  38. color: #999999;
  39. }
  40. .list-item .create-time.data-v-0df9e865 {
  41. font-size: 24rpx;
  42. font-weight: 500;
  43. color: #c4c4c4;
  44. }
  45. .list-item .content-title.data-v-0df9e865 {
  46. font-size: 26rpx;
  47. font-weight: 400;
  48. color: #666666;
  49. line-height: 42rpx;
  50. }
  51. .list-item .content-img.data-v-0df9e865 {
  52. width: 174rpx;
  53. height: 174rpx;
  54. }
  55. .list-item .cicon-info-o.data-v-0df9e865 {
  56. font-size: 26rpx;
  57. color: #c4c4c4;
  58. }
  59. .list-item .foot-title.data-v-0df9e865 {
  60. font-size: 24rpx;
  61. font-weight: 500;
  62. color: #999999;
  63. }
  64. .btn-box.data-v-0df9e865 {
  65. width: 100%;
  66. height: 120rpx;
  67. background: #fff;
  68. border-top: 2rpx solid #eee;
  69. }
  70. .tab-btn.data-v-0df9e865 {
  71. width: 130rpx;
  72. height: 62rpx;
  73. background: #eeeeee;
  74. border-radius: 31rpx;
  75. font-size: 28rpx;
  76. font-weight: 400;
  77. color: #999999;
  78. border: 1px solid #e5e5e5;
  79. margin-right: 10rpx;
  80. }