integral.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content {
  12. padding-top: 20rpx;
  13. }
  14. .content .integral-box {
  15. display: -webkit-box;
  16. display: -webkit-flex;
  17. display: flex;
  18. -webkit-box-align: center;
  19. -webkit-align-items: center;
  20. align-items: center;
  21. -webkit-box-pack: justify;
  22. -webkit-justify-content: space-between;
  23. justify-content: space-between;
  24. padding: 20rpx 30rpx;
  25. border-bottom: 1px solid #EEEEEE;
  26. background: #FFFFFF;
  27. }
  28. .content .integral-box .integral-left .integral-title {
  29. font-size: 28rpx;
  30. font-family: PingFang SC;
  31. font-weight: bold;
  32. color: #333333;
  33. }
  34. .content .integral-box .integral-left .integral-time {
  35. font-size: 22rpx;
  36. font-family: PingFang SC;
  37. font-weight: 500;
  38. color: #999999;
  39. }
  40. .content .integral-box .integral-number {
  41. font-size: 30rpx;
  42. font-family: PingFang SC;
  43. font-weight: bold;
  44. color: #FF0000;
  45. }