subSuccess.wxss 416 B

1234567891011121314151617181920212223242526
  1. /* pages/account/growthCourse/component/popupCode.wxss */
  2. .content{
  3. /* padding: 20rpx 40rpx; */
  4. }
  5. .content .title{
  6. font-size: 28rpx;
  7. line-height: 1.8;
  8. }
  9. .content .title text{
  10. color: #fd5353;
  11. }
  12. .content .title .tip{
  13. color: #666;
  14. }
  15. .content .qrCode{
  16. overflow: hidden;
  17. margin: 20rpx 0;
  18. }
  19. .content .qrCode image{
  20. width: 500rpx;
  21. margin-left: calc(50% - 250rpx);
  22. }
  23. .content button{
  24. border-radius: 0;
  25. }