mindlist.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .mind.data-v-2f0f055e {
  18. padding: 100rpx 36rpx 0rpx;
  19. min-height: 100vh;
  20. background-color: #ffffff;
  21. box-sizing: border-box;
  22. }
  23. .mind .mbtn.data-v-2f0f055e {
  24. position: fixed;
  25. left: 0;
  26. right: 0;
  27. bottom: 0;
  28. height: 100rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. z-index: 2;
  33. background: #1f57e6;
  34. font-size: 34rpx;
  35. font-weight: 500;
  36. color: #FFFFFF;
  37. }
  38. .mind .top.data-v-2f0f055e {
  39. height: 96rpx;
  40. border-bottom: 2rpx solid #E5E5E5;
  41. position: fixed;
  42. top: 0;
  43. left: 0;
  44. right: 0;
  45. overflow-x: scroll;
  46. display: flex;
  47. align-items: center;
  48. z-index: 1;
  49. background-color: #ffffff;
  50. }
  51. .mind .top .top_t.data-v-2f0f055e {
  52. position: relative;
  53. font-size: 30rpx;
  54. font-weight: 500;
  55. color: #AAAAAA;
  56. height: 94rpx;
  57. line-height: 94rpx;
  58. padding: 0 20rpx;
  59. flex: 1 0 auto;
  60. text-align: center;
  61. }
  62. .mind .top .top_t.act.data-v-2f0f055e {
  63. color: #161616;
  64. font-weight: bold;
  65. }
  66. .mind .top .top_t.act .line.data-v-2f0f055e {
  67. display: block;
  68. }
  69. .mind .top .top_t.top_tda.data-v-2f0f055e {
  70. flex: 0 0 auto !important;
  71. padding: 0 40rpx;
  72. }
  73. .mind .top .top_t .line.data-v-2f0f055e {
  74. width: 40rpx;
  75. height: 12rpx;
  76. position: absolute;
  77. left: 50%;
  78. margin-left: -20rpx;
  79. bottom: 16rpx;
  80. display: none;
  81. }