C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

29 Zeilen
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. }