help.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /* mine/help/help.wxss */
  2. page {
  3. padding-bottom: 120rpx;
  4. }
  5. .tit {
  6. padding: 20rpx 30rpx;
  7. font-size: 24rpx;
  8. color: #999;
  9. }
  10. .list {
  11. background: #fff;
  12. padding: 0 30rpx;
  13. }
  14. .list .li {
  15. border-bottom: 2rpx solid #f7f7f7;
  16. line-height: 98rpx;
  17. padding-right: .25rpx;
  18. text-overflow: ellipsis;
  19. white-space: nowrap;
  20. overflow: hidden;
  21. font-size: 26rpx;
  22. color: #333;
  23. position: relative;
  24. }
  25. .list .li:last-child {
  26. border-bottom: none;
  27. }
  28. .rico {
  29. width: 14rpx;
  30. height: 24rpx;
  31. position: absolute;
  32. top: 50%;
  33. transform: translateY(-50%);
  34. right: 0;
  35. }
  36. .zixun-btn{
  37. position: fixed;
  38. left: 0;
  39. bottom: 0;
  40. right: 0;
  41. height: 100rpx !important;
  42. line-height: 100rpx !important;
  43. }
  44. .zixun {
  45. background: var(--mina);
  46. height: 100rpx !important;
  47. line-height: 100rpx !important;
  48. font-size: 36rpx;
  49. color: #fff;
  50. text-align: center;
  51. }
  52. .gfqw{
  53. border-left: 2rpx solid #fff;
  54. height: 100rpx !important;
  55. line-height: 100rpx !important;
  56. font-size: 36rpx;
  57. text-align: center;
  58. background: var(--mina);
  59. color: #fff;
  60. }
  61. /* 邀请码弹窗 */
  62. .ceng2{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  63. .code-pop{
  64. position: fixed;
  65. top:50%;
  66. left:50%;
  67. transform: translate(-50%,-50%);
  68. width: 574rpx;
  69. background: #FFFFFF;
  70. border-radius: 20rpx 20rpx 20rpx 20rpx;
  71. z-index: 100;
  72. }
  73. .code-text{
  74. line-height: 41rpx;
  75. color: #151515;
  76. font-size: 28rpx;
  77. margin: 51rpx 47rpx 50rpx;
  78. text-align: center;
  79. }
  80. .code-content image{
  81. width: 365rpx;
  82. height: 365rpx;
  83. margin: 50rpx auto 30rpx;
  84. }
  85. .code-btn{
  86. padding: 25rpx;
  87. text-align: center;
  88. font-size: 28rpx;
  89. color: #2A82FD;
  90. border-top: 1px solid #E9E9E9;
  91. }
  92. .pop-scroll{
  93. max-height: 750rpx;
  94. overflow: scroll;
  95. padding: 30rpx;
  96. }
  97. .pop-scroll::-webkit-scrollbar {
  98. display: none;
  99. }