uni-fav.wxss 1.4 KB

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