.myPlay{ width: 100%; font-family:PingFang SC; } .not-play{ position:fixed; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .not-play>img{ width: 3rem; height: 2.1rem; position: relative; bottom: 100px; } .not-play>span{ font-size: 0.28rem; margin-top: 0.28rem; color: #A9A9A9; position: relative; bottom: 100px; } .myPlay-box{ padding: 0 0.3rem; margin-top: 0.3rem; } .myPlay-info{ width: 100%; height: 1.8rem; background:rgba(255,255,255,1); box-shadow:0px 0px 0.1rem 0px rgba(0, 0, 0, 0.15); border-radius:0.2rem; margin-bottom: 0.3rem; } .myPlay-info>.info-box{ padding: 0.3rem 0.31rem; display: flex; align-items: center; justify-content: space-between; } .myPlay-info>.info-box>.infoLeft{ display: flex; align-items: center; font-size:0.28rem; font-weight:500; color:rgba(41,41,41,1); } .myPlay-info>.info-box>.infoLeft>img{ width: 1.2rem; height: 1.2rem; border-radius: 0.2rem; margin-right: 0.3rem; } .myPlay-info>.info-box>a{ font-size: 0.24rem; color: #21B1EB; font-weight: 400; cursor: pointer; }