index.wxss 304 B

12345678910111213141516171819202122
  1. .content{
  2. padding: 40rpx;
  3. font-size: 28rpx;
  4. text-align: center;
  5. line-height: 1.8;
  6. }
  7. .content .content_title,.content .content_tip{
  8. color: #666;
  9. }
  10. .content .card{
  11. margin-top: 20rpx;
  12. }
  13. .content .card image{
  14. width: 50%;
  15. }
  16. .btn{
  17. background: #EE3A43;
  18. color: #fff;
  19. }
  20. .red{
  21. color: #EE3A43;
  22. }