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.

14 lines
209 B

  1. .content .title{
  2. display: block;
  3. text-align: center;
  4. font-size: 30rpx;
  5. color: #333;
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. }
  9. .list{
  10. width: 690rpx;
  11. margin: 0 auto;
  12. color:#666;
  13. font-size: 28rpx;
  14. }