微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /**app.wxss**/
  2. @import '/style/main.wxss';
  3. @import "./templates/global/global.wxss";
  4. @import "/style/iconfont.wxss";
  5. Page {
  6. font-size: 28rpx;
  7. line-height: 35rpx;
  8. background-color: #F4F4F4;
  9. color: #444;
  10. }
  11. view,
  12. scroll-view,
  13. swiper,
  14. movable-view,
  15. icon,
  16. text,
  17. progress,
  18. button,
  19. checkbox,
  20. form,
  21. input,
  22. label,
  23. picker,
  24. picker-view,
  25. radio,
  26. slider,
  27. switch,
  28. textarea,
  29. navigator,
  30. audio,
  31. image,
  32. video,
  33. map,
  34. canvas,
  35. contact-button {
  36. -webkit-box-sizing: border-box;
  37. box-sizing: border-box;
  38. }
  39. .Al_shenhui_text_color {
  40. color: #8b8686;
  41. }
  42. .singleLinHidenEllipsis
  43. {
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. white-space: nowrap;
  47. }
  48. .ns {
  49. width: 100%;
  50. text-align:center;
  51. z-index: 999;
  52. position: fixed;
  53. top: 0;
  54. background: linear-gradient(to right, #429a68, #9ecf67);
  55. }
  56. .ns image{
  57. position: absolute;
  58. left: 3%;
  59. width: 35px;
  60. height: 20px;
  61. z-index: 9;
  62. }
  63. .ns text{
  64. position: relative;
  65. top: 30px;
  66. margin-right: 30px;
  67. display: block;
  68. color: #eee;
  69. text-align: center;
  70. width: 100%;
  71. font-size: 16px;
  72. }
  73. .pure_top {
  74. width: 100%;
  75. height: 120px;
  76. position: absolute;
  77. z-index: -1;
  78. overflow: hidden
  79. }
  80. .pure_top::after {
  81. content: '';
  82. width: 140%;
  83. height: 120px;
  84. position: absolute;
  85. left: -20%;
  86. top: 0;
  87. z-index: -1;
  88. border-radius: 0 0 50% 50%;
  89. background: linear-gradient(to right, #2C8E68, #B3DB62);
  90. }
  91. /* iphoneX底部占位 */
  92. .ipXbtn{
  93. width: 100%;
  94. height: 50px;
  95. }
  96. .btnView{
  97. opacity: 0.8;
  98. }