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.

48 rivejä
615 B

  1. .fl{
  2. float: left;
  3. }
  4. .fr{
  5. float: right;
  6. }
  7. .title{
  8. font-size: 28rpx;
  9. padding: 20rpx 40rpx;
  10. color: #999;
  11. }
  12. .card{
  13. width: 670rpx;
  14. margin: 0 auto 40rpx;
  15. border-radius:16rpx;
  16. overflow: hidden;
  17. box-shadow:1px 4px 20px #C4C4C4;
  18. }
  19. .header{
  20. background: #75b6f7;
  21. padding: 30rpx 0 60rpx;
  22. }
  23. .txt01{
  24. color: #fff;
  25. font-size: 28rpx;
  26. }
  27. .text02{
  28. margin-top: 20rpx;
  29. }
  30. .txt01 .fl{
  31. margin-left: 20rpx;
  32. font-size: 35rpx;
  33. }
  34. .txt01 .fr{
  35. margin-right: 20rpx;
  36. }
  37. .bottom{
  38. font-size: 26rpx;
  39. color: #999;
  40. height: 60rpx;
  41. line-height: 60rpx;
  42. text-indent: 1em;
  43. }
  44. .number{
  45. font-size: 40rpx;
  46. }