explain_card_free.wxss 319 B

123456789101112131415161718192021
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. background: #f7f7f7;
  5. }
  6. .box{
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. width: 100%;
  11. }
  12. .box view{
  13. display: flex;
  14. flex-direction: column;
  15. width: 90%;
  16. margin-top: 50rpx;
  17. font-size: 28rpx;
  18. }
  19. .box view text:nth-of-type(1){
  20. padding-bottom: 12rpx;
  21. }