index.rpx.scss 353 B

1234567891011121314151617181920212223
  1. .page {
  2. background-image: linear-gradient(180deg, #fa7b12,#ed4f39);
  3. padding: 0 32rpx;
  4. }
  5. .content{
  6. background: #fff7e4;
  7. border-radius: 30rpx;
  8. }
  9. .titlePhoto{
  10. width: 350rpx;
  11. }
  12. .record{
  13. overflow: auto;
  14. }
  15. .recordItem{
  16. padding: 0 24rpx;
  17. line-height: 70rpx;
  18. border-bottom: 1px solid #f1f1f1;
  19. font-size: 30rpx;
  20. }
  21. .text1{
  22. color: #F56C6C;
  23. }