| 123456789101112131415161718192021222324252627 |
- .memberActive {
- font-size: 0;
- background-color: #ebe2b9;
- .backIcon {
- position: fixed;
- top: 20px;
- font-size: 22px;
- color: #323233;
- left: 0.42667rem;
- }
- &>img {
- width: 100%;
- line-height: 0;
- }
- .memberBtn {
- width: 60%;
- margin: 0 auto;
- padding: 10px 0 25px;
- img {
- width: 100%
- }
- }
- }
|