member-active.module.less 349 B

123456789101112131415161718192021222324252627
  1. .memberActive {
  2. font-size: 0;
  3. background-color: #ebe2b9;
  4. .backIcon {
  5. position: fixed;
  6. top: 20px;
  7. font-size: 22px;
  8. color: #323233;
  9. left: 0.42667rem;
  10. }
  11. &>img {
  12. width: 100%;
  13. line-height: 0;
  14. }
  15. .memberBtn {
  16. width: 60%;
  17. margin: 0 auto;
  18. padding: 10px 0 25px;
  19. img {
  20. width: 100%
  21. }
  22. }
  23. }