You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.1 KiB

  1. /* components/list/list.wxss */
  2. .navi{
  3. width: 40px;
  4. height: 30px;
  5. margin: 5px;
  6. padding-top: 10px;
  7. }
  8. .title{
  9. position: relative;
  10. top: 20px;
  11. left: 15px;
  12. font-size: 22px;
  13. font-weight: 900;
  14. color: #000;
  15. }
  16. .share{
  17. position: relative;
  18. padding: 20px;
  19. margin: 10px;
  20. top:10px;
  21. font-size: 17px;
  22. }
  23. .display{
  24. width: 19px;
  25. height: 19px;
  26. }
  27. .add{
  28. color: #7B8B6F;
  29. font-weight: 900;
  30. background-color: #F0EBE5;
  31. width: 40px;
  32. height: 40px;
  33. position: relative;
  34. }
  35. button {
  36. margin-left: 10px;
  37. padding-left: 10px;
  38. position: inherit;
  39. background: inherit;
  40. font-weight: bolder;
  41. }
  42. button:after {
  43. content: none;
  44. }
  45. button::after {
  46. border: none;
  47. }
  48. .card{
  49. position: relative;
  50. left:50px;
  51. }
  52. .content{
  53. padding: 20px;
  54. position: relative;
  55. font-size: 18px;
  56. text-align: center;
  57. }
  58. .li{
  59. width: 10px;
  60. height: 10px;
  61. text-align: center;
  62. padding: 7.5px;
  63. }
  64. .star{
  65. width: 25px;
  66. height: 25px;
  67. position: relative;
  68. padding-left: 10px;
  69. }