app.wxss 631 B

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