info.wxss 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. min-height: 100%;
  14. height: auto;
  15. background: #ffffff;
  16. }
  17. .main-item::after {
  18. border: none;
  19. }
  20. .main-item {
  21. color: #333;
  22. background-color: transparent;
  23. height: auto;
  24. padding: 38rpx 0;
  25. margin: 0 32rpx;
  26. justify-content: start;
  27. border-bottom: 1px solid #f5f5f5;
  28. }
  29. .main-item .main-item-icon {
  30. width: 88rpx;
  31. height: 88rpx;
  32. border-radius: 50%;
  33. }
  34. .main-item .main-item-icon image {
  35. width: 100%;
  36. height: 100%;
  37. border-radius: 50%;
  38. }
  39. .main-item .main-item-font {
  40. margin-left: 26rpx;
  41. font-size: 30rpx;
  42. font-family: PingFang SC;
  43. font-weight: bold;
  44. color: #333333;
  45. }