app.wxss 854 B

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