.accompany { min-height: 100vh; overflow: hidden; :global{ .van-sticky--fixed{ box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .03); } .van-dropdown-menu__bar{ box-shadow: none; background-color: #F8F9FC; height: auto; padding: 15px 0 5px; // 为了处理下拉框看上去居中 } .van-nav-bar .van-icon { color:#333; } .van-nav-bar__text{ color:#01C1B5 } } [class*='van-hairline']::after{ display: none; } /deep/ .van-tab{ color: #808080; } /deep/ .van-tab--active{ span{ color: #01C1B5; } } .playIcon { font-size: 65px; display: flex; align-items: center; :global{ .van-badge__wrapper{ margin: auto; } } } :global{ .van-notice-bar{ height: 100%; } } } .extra{ display: flex!important; align-items: center; img{ width: 2rem; height: auto; } } .song { :global{ .van-cell{ height: 70px; } } /deep/ .van-cell { &.playing{ color: #FF3838; font-weight: 500; .iconMusic{ img{ animation: spin 2s linear infinite; animation-play-state: paused; } } &.active{ .iconMusic{ img{ animation-play-state: running; } } } } } } .vipTip { text-align: center; padding: 12px 0; font-size: 14px; color: #808080; background-color: #F3F4F8; .strong{ color: #FF4F4F; font-weight: 500; } } .search{ // background-color: #F8F9FC; padding-right: 8px; /deep/ .van-field__left-icon{ i{ font-size: 18px; color: #999; } } /deep/ .van-search__content { // border-radius: 0.06rem; background-color: #f3f4f8; .van-cell { background-color: #fff !important; } } /deep/ .van-search__action{ font-size: 15px; // padding: 0; // padding-left: .12rem; color: #333; // display: none; // position: absolute; // right: 20px; } :global{ .van-search__content{ padding-left: 0; } .van-search__label{ display: flex; align-items: center; padding-right: 10px; .van-cell{ padding: 0.26667rem 0.42667rem; } } .van-dropdown-menu__title{ font-size: 12px; } .van-dropdown-menu{ height: 100%; } .van-dropdown-menu__bar{ height: 100%; background-color: transparent; padding: 0; // 为了处理下拉框看上去居中 } .van-search { flex: 1; background: #F8F9FC; margin: 15px 0; border-radius: 50%; overflow: hidden; .van-cell { display: flex; justify-content: center; align-items: center; } .van-field__control { font-size: 16px; } } .van-cell__value { height: 24px !important; } .van-search__action { color: #333; background-color: #fff; border-radius: 0 20px 20px 0; } .van-search__content { background-color: #fff !important; border-radius: 20px 0 0 20px; overflow: hidden; } .van-field__left-icon { margin-top: 1px; height: 21px; margin-left: 8px; } .van-field__left-icon { color: #2DC7AA; } } .search_btn { background: #01C1B5; font-size: 14px; color: #fff; padding: 4px 9px; border-radius: 15px; } } /deep/.van-tab { padding: 0 10px; } .item{ padding: 14px 18px; .title{ font-size: 16px; } } /deep/.van-cell { justify-content: center; align-items: center; } .iconSearch { width: 20px; height: 20px; /deep/.van-icon__image { margin: auto; vertical-align: middle; // padding-right: .1rem; } } .iconMusic { /deep/.van-icon__image { width: 3px; height: 3px; margin: auto; vertical-align: middle; // padding-right: .1rem; } } .icon-status{ position: relative; font-size: 36px; display: flex; :global{ .van-badge__wrapper{ margin: auto; } } } .audio-container { position: fixed; bottom: 0; left: 0; width: 100%; box-shadow: 0 5px 11px 2px #ccc; visibility: visible; opacity: 1; &.hidden{ opacity: 0; visibility: hidden; } } .searchSelect{ :global{ .van-dropdown-menu__bar{ height: auto; } } } .tags{ :global(.van-dropdown-item__content) { display: flex; box-sizing: border-box; // justify-content: space-between; padding: 20px; padding-top: 0; // flex-direction: column; flex-wrap: wrap; >span{ box-sizing: border-box; display: inline-block; width: 30%; height: 36px; line-height: 36px; margin-top: 10px; border-radius: 2px; // border: 1px solid #E2E0E0; overflow: hidden; text-overflow: ellipsis; white-space: pre; &:not(:nth-child(3n)) { margin-right: calc(10% / 2); } // margin-right: 10px; } } } .icon{ display: flex; align-items: center; margin-left: 15PX; &.FREE img { width: 38Px; margin-top: -2PX; } &.LOCK img { width: 49Px; margin-top: -2PX; } } .notice{ padding-left: 4PX!important; }