app.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /**app.wxss**/
  2. @import "style/iconfont.wxss";
  3. page {
  4. font-family: "SourceHanSansCN";
  5. font-size: 26rpx;
  6. color: #424a61;
  7. background: #f7f9fb;
  8. }
  9. image,
  10. video {
  11. vertical-align: top;
  12. }
  13. button {
  14. padding: 0 !important;
  15. margin: 0 !important;
  16. min-height: 0 !important;
  17. font-weight: normal !important;
  18. transition: transform ease-in 0.1s;
  19. }
  20. button::after {
  21. border: none;
  22. border-radius: 0;
  23. }
  24. .button-hover {
  25. transform: scale(0.96);
  26. background: transparent;
  27. }
  28. .clearfix:before,
  29. .clearfix:after {
  30. content: "";
  31. display: table;
  32. }
  33. .clearfix:after {
  34. clear: both;
  35. }
  36. .shadow {
  37. /* box-shadow: 0 0 28rpx rgba(229, 229, 229, .23); */
  38. box-shadow: 6rpx 6rpx 35rpx rgba(178, 221, 250, .2);
  39. }
  40. .loadmore {
  41. padding: 40rpx 30rpx;
  42. font-size: 24rpx;
  43. letter-spacing: 4rpx;
  44. color: #1f1f1f;
  45. text-align: center;
  46. opacity: 0.3;
  47. }
  48. .noData {
  49. padding: 100rpx 0;
  50. font-size: 56rpx;
  51. letter-spacing: 6rpx;
  52. color: #ddd;
  53. text-align: center;
  54. }
  55. .noDataPic {
  56. padding: 200rpx 0 0;
  57. text-align: center;
  58. }
  59. .noDataPic .pic {
  60. width: 374rpx;
  61. }
  62. .placeholderStyle {
  63. font-size: 32rpx;
  64. color: #c4c4c4;
  65. }
  66. .placeholderBtn {
  67. height: calc(154rpx + 24rpx);
  68. padding-bottom: env(safe-area-inset-bottom);
  69. }
  70. .fixedBottom {
  71. padding: 30rpx;
  72. }
  73. .fixedBottom .btn {
  74. width: 100%;
  75. height: 94rpx;
  76. line-height: 94rpx;
  77. font-size: 36rpx;
  78. color: #fff;
  79. background: #007dff;
  80. }
  81. .innerBtnwrap {
  82. padding: 0 68rpx;
  83. }
  84. .innerBtnwrap .btn {
  85. width: 100%;
  86. height: 94rpx;
  87. line-height: 94rpx;
  88. font-size: 32rpx;
  89. color: #fff;
  90. background: #007dff;
  91. }