微信小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

app.wxss 994 B

3 år sedan
3 år sedan
3 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. background:linear-gradient(to right, #2C8E68, #B3DB62);
  53. }
  54. .ns image{
  55. position: absolute;
  56. left: 3%;
  57. width: 10px;
  58. z-index: 9;
  59. }
  60. .ns text{
  61. position: relative;
  62. top: 30px;
  63. margin-right: 30px;
  64. display: block;
  65. color: #eee;
  66. text-align: center;
  67. width: 100%;
  68. font-size: 16px;
  69. }