securemy.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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-1025e2b8 {
  18. min-height: 100vh;
  19. background-color: #ffffff;
  20. }
  21. .top.data-v-1025e2b8 {
  22. height: 96rpx;
  23. border-bottom: 2rpx solid #E5E5E5;
  24. position: fixed;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. overflow-x: scroll;
  29. display: flex;
  30. align-items: center;
  31. }
  32. .top .top_t.data-v-1025e2b8 {
  33. position: relative;
  34. font-size: 30rpx;
  35. font-weight: 500;
  36. color: #AAAAAA;
  37. height: 94rpx;
  38. line-height: 94rpx;
  39. padding: 0 20rpx;
  40. flex: 1 0 auto;
  41. text-align: center;
  42. }
  43. .top .top_t.act.data-v-1025e2b8 {
  44. color: #161616;
  45. font-weight: bold;
  46. }
  47. .top .top_t.act.data-v-1025e2b8::after {
  48. content: '';
  49. width: 42rpx;
  50. height: 10rpx;
  51. background: #1f57e6;
  52. border-radius: 6rpx;
  53. position: absolute;
  54. left: 50%;
  55. margin-left: -21rpx;
  56. bottom: 12rpx;
  57. }
  58. .fbtn.data-v-1025e2b8 {
  59. display: flex;
  60. align-items: center;
  61. position: fixed;
  62. left: 0;
  63. right: 0;
  64. bottom: 0;
  65. background-color: #ffffff;
  66. padding: 0rpx 30rpx 0rpx;
  67. box-shadow: 0px 0px 18rpx 0px rgba(121, 121, 121, 0.39);
  68. height: 120rpx;
  69. }
  70. .fbtn .fbtnl.data-v-1025e2b8 {
  71. padding: 0 16rpx;
  72. flex: 0 0 auto;
  73. margin-right: 20rpx;
  74. color: #4775EA;
  75. }
  76. .fbtn .fbtnl image.data-v-1025e2b8 {
  77. width: 42rpx;
  78. height: 42rpx;
  79. margin-bottom: 8rpx;
  80. }
  81. .fbtn .fbtnr.data-v-1025e2b8 {
  82. height: 80rpx;
  83. background: #1f57e6;
  84. border-radius: 48rpx;
  85. font-size: 34rpx;
  86. font-weight: 500;
  87. color: #FFFFFF;
  88. flex: 1;
  89. }