C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
396 B

  1. .notes{
  2. padding: 0 32rpx;
  3. }
  4. .record text:nth-of-type(2n+1){
  5. float: left;
  6. }
  7. .record text:nth-of-type(2n){
  8. float: right;
  9. }
  10. .record text{
  11. font-size: 28rpx;
  12. color: #333;
  13. }
  14. .record1 text:nth-of-type(2){
  15. color: #FF3535;
  16. }
  17. .record1 text:nth-of-type(1){
  18. font-size: 32rpx;
  19. }
  20. .record1{
  21. margin-top: 15rpx;
  22. }
  23. .title{
  24. font-size: 36rpx;
  25. font-weight: bold;
  26. }
  27. .record2{
  28. margin-top: 16rpx;
  29. }