secure.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .secbox.data-v-05794ef8 {
  18. min-height: 100vh;
  19. background-color: #ffffff;
  20. padding: 100rpx 0 0;
  21. }
  22. .top.data-v-05794ef8 {
  23. height: 96rpx;
  24. border-bottom: 2rpx solid #E5E5E5;
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. right: 0;
  29. overflow-x: scroll;
  30. display: flex;
  31. align-items: center;
  32. }
  33. .top .top_t.data-v-05794ef8 {
  34. position: relative;
  35. font-size: 30rpx;
  36. font-weight: 500;
  37. color: #AAAAAA;
  38. height: 94rpx;
  39. line-height: 94rpx;
  40. padding: 0 20rpx;
  41. flex: 1 0 auto;
  42. text-align: center;
  43. }
  44. .top .top_t.act.data-v-05794ef8 {
  45. color: #161616;
  46. font-weight: bold;
  47. }
  48. .top .top_t.act.data-v-05794ef8::after {
  49. content: '';
  50. width: 42rpx;
  51. height: 10rpx;
  52. background: #1f57e6;
  53. border-radius: 6rpx;
  54. position: absolute;
  55. left: 50%;
  56. margin-left: -21rpx;
  57. bottom: 12rpx;
  58. }
  59. .top .tabl.data-v-05794ef8 {
  60. flex: 1;
  61. overflow: auto;
  62. display: flex;
  63. align-items: center;
  64. }
  65. .top .curbox.data-v-05794ef8 {
  66. min-width: 96rpx;
  67. height: 100rpx;
  68. background: #FFFFFF;
  69. color: #4775EA;
  70. box-shadow: -10rpx 0px 10rpx 0px rgba(196, 191, 191, 0.22);
  71. flex: 0;
  72. flex: 0 0 auto;
  73. padding: 0 8rpx;
  74. box-sizing: border-box;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. flex-wrap: wrap;
  79. flex-direction: column;
  80. }
  81. .top .curbox image.data-v-05794ef8 {
  82. width: 30rpx;
  83. height: 32rpx;
  84. }
  85. .fbtn.data-v-05794ef8 {
  86. display: flex;
  87. align-items: center;
  88. position: fixed;
  89. left: 0;
  90. right: 0;
  91. bottom: 0;
  92. background-color: #ffffff;
  93. padding: 0rpx 30rpx 0rpx;
  94. box-shadow: 0px 0px 18rpx 0px rgba(121, 121, 121, 0.39);
  95. height: 120rpx;
  96. }
  97. .fbtn .fbtnl.data-v-05794ef8 {
  98. padding: 0 16rpx;
  99. flex: 0 0 auto;
  100. margin-right: 20rpx;
  101. color: #4775EA;
  102. }
  103. .fbtn .fbtnl image.data-v-05794ef8 {
  104. width: 42rpx;
  105. height: 42rpx;
  106. margin-bottom: 8rpx;
  107. }
  108. .fbtn .fbtnr.data-v-05794ef8 {
  109. height: 80rpx;
  110. background: #1f57e6;
  111. border-radius: 48rpx;
  112. font-size: 34rpx;
  113. font-weight: 500;
  114. color: #FFFFFF;
  115. flex: 1;
  116. }