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.

19 lines
266 B

  1. .content {
  2. padding: 0 30rpx 30rpx 30rpx;
  3. margin: 30rpx auto;
  4. }
  5. .tit {
  6. font-size: 26rpx;
  7. color: #02c0ff;
  8. letter-spacing: 1.16rpx;
  9. }
  10. .description {
  11. margin-top: 15rpx;
  12. font-size: 26rpx;
  13. color: #333;
  14. letter-spacing: 1.16rpx;
  15. padding-left: 47rpx;
  16. }