pingtai.wxss 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. padding: 25rpx 27rpx;
  18. }
  19. .empty-box {
  20. margin-top: 100rpx;
  21. width: 100%;
  22. height: 500rpx;
  23. }
  24. .list-box {
  25. border-bottom: 1rpx solid #E3E3E3;
  26. margin-bottom: 25rpx;
  27. padding-bottom: 25rpx;
  28. }
  29. .list-box image {
  30. width: 200rpx;
  31. height: 160rpx;
  32. border-radius: 15rpx;
  33. }
  34. .list-box .list-item {
  35. padding-left: 16rpx;
  36. width: 80%;
  37. }
  38. .list-box .list-item .title {
  39. height: 80rpx;
  40. color: #333333;
  41. font-size: 30rpx;
  42. font-weight: 500;
  43. }
  44. .list-box .list-item .time {
  45. padding-top: 40rpx;
  46. color: #999999;
  47. font-size: 24rpx;
  48. }