app.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. ::-webkit-scrollbar {
  2. width: 0;
  3. height: 0;
  4. color: transparent;
  5. display: none;
  6. }
  7. .FlexColumn {
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: center;
  12. }
  13. .FlexRow {
  14. display: flex;
  15. flex-direction: row;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .container {
  20. width:100%;
  21. color: #4D4D4D;
  22. justify-content: flex-start;
  23. font-weight: 500;
  24. background-color: #F2F2F2;
  25. }
  26. .footerHeight{
  27. width: 100%;
  28. height: 100rpx;
  29. }
  30. .lineFooter{
  31. width: 100%;
  32. height: 1rpx;
  33. background-color: #d2d2d2;
  34. }
  35. .lineWidthAll{
  36. width: 100%;
  37. justify-content: flex-end;
  38. background-color: #fff;
  39. height: 1rpx;
  40. }
  41. .lineWidth750{
  42. width: 100%;
  43. height: 1rpx;
  44. background-color: #E3E3E3;
  45. }
  46. .lineWidth720{
  47. width: 720rpx;
  48. height: 1rpx;
  49. background-color: #E3E3E3;
  50. }
  51. .lineWidth700{
  52. width: 700rpx;
  53. height: 1rpx;
  54. background-color: #E3E3E3;
  55. }
  56. .lineWidth690{
  57. width: 690rpx;
  58. height: 1rpx;
  59. background-color: #E3E3E3;
  60. }
  61. .lineWidth680{
  62. width: 680rpx;
  63. height: 1rpx;
  64. background-color: #E3E3E3;
  65. }
  66. .lineWidth660{
  67. width: 660rpx;
  68. height: 1rpx;
  69. background-color: #E3E3E3;
  70. }
  71. .lineWidth650{
  72. width: 650rpx;
  73. height: 1rpx;
  74. background-color: #E3E3E3;
  75. }
  76. .lineWidth640{
  77. width: 640rpx;
  78. height: 1rpx;
  79. background-color: #E3E3E3;
  80. }
  81. .lineWidth620{
  82. width: 620rpx;
  83. height: 1rpx;
  84. background-color: #E3E3E3;
  85. }
  86. .lineWidth600{
  87. width: 600rpx;
  88. height: 1rpx;
  89. background-color: #E3E3E3;
  90. }
  91. .lineWidth580{
  92. width: 580rpx;
  93. height: 1rpx;
  94. background-color: #E3E3E3;
  95. }
  96. .PanelBorderTop{
  97. border-top-left-radius: 20rpx;
  98. border-top-right-radius: 20rpx;
  99. }
  100. .PanelBorderBottom{
  101. border-bottom-left-radius: 20rpx;
  102. border-bottom-right-radius: 20rpx;
  103. }