app.wxss 794 B

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