app.wxss 706 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /**app.wxss**/
  2. @import '/miniprogram_npm/weui-miniprogram/weui-wxss/dist/style/weui.wxss';
  3. Page{
  4. /* background-color: #F7F7F7; */
  5. }
  6. .c-e40360{
  7. color: #e40360;
  8. }
  9. .c-202020{
  10. color: #202020;
  11. }
  12. .c-707070{
  13. color: #707070;
  14. }
  15. .f12{
  16. /* font-size: 25rpx; */
  17. font-size: 12px;
  18. }
  19. .f13{
  20. font-size: 13px;
  21. }
  22. .f15{
  23. font-size: 15px;
  24. }
  25. .f17{
  26. font-size: 17px;
  27. }
  28. ::-webkit-scrollbar {
  29. display:none;
  30. width:0;
  31. height:0;
  32. color:transparent;
  33. }
  34. .card{
  35. box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  36. border: 1px solid #ebeef5;
  37. }
  38. .f18{
  39. font-size: 18px;
  40. }
  41. .f14{
  42. font-size: 14px;
  43. }
  44. .fw300{
  45. font-weight: 300;
  46. }
  47. .fw400{
  48. font-weight: 400;
  49. }
  50. .fw500{
  51. font-weight: 500;
  52. }
  53. .fw600{
  54. font-weight: 600;
  55. }