uni-fav.wxss 812 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .uni-fav.data-v-6b4a1d82 {
  12. display: flex;
  13. flex-direction: row;
  14. align-items: center;
  15. justify-content: center;
  16. width: 60px;
  17. height: 25px;
  18. line-height: 25px;
  19. text-align: center;
  20. border-radius: 3px;
  21. }
  22. .uni-fav--circle.data-v-6b4a1d82 {
  23. border-radius: 30px;
  24. }
  25. .uni-fav-star.data-v-6b4a1d82 {
  26. display: flex;
  27. height: 25px;
  28. line-height: 24px;
  29. margin-right: 3px;
  30. align-items: center;
  31. justify-content: center;
  32. }
  33. .uni-fav-text.data-v-6b4a1d82 {
  34. display: flex;
  35. height: 25px;
  36. line-height: 25px;
  37. align-items: center;
  38. justify-content: center;
  39. font-size: 28rpx;
  40. }