github.com/jincm/wesharechain@v0.0.0-20210122032815-1537409ce26a/app/css/egret.css (about) 1 html,body {min-height: 100%;background-color: #f9f9f9;} 2 .fr {float: right;} 3 .fl {float: left;} 4 .mt5 {margin-top: 5px;} 5 .mt10 {margin-top: 10px;} 6 .mt15 {margin-top: 15px;} 7 .mt20 {margin-top: 20px;} 8 .ml5 {margin-left: 0.5em;} 9 .mr5 {margin-right: 0.5em;} 10 .hdivider {width: 100%; height: 1px;background-color: #e0e0e0;} 11 .br {border-right: 1px solid #e0e0e0;} 12 .toRight {right: 0;} 13 14 .row {display: -webkit-box;display: -webkit-flex;} 15 .col {-webkit-box-flex:1; -webkit-flex:1; flex:1;margin: 0 5px; position: relative;} 16 17 .swiper-container img {width: 100%;} 18 19 /* 头部 */ 20 .topbar {background: #D43C33; height:50px; border-bottom: 1px solid #DDDFE3;position: relative;} 21 22 .egret-header-box {height: 50px;} 23 .egret-img {position: absolute;} 24 .egret-img img {height: 30px;padding: 10px;vertical-align: top;} 25 .egret-header-search {background-color: #fff; position: absolute; left: 60px; right: 20px; height: 34px; margin-top: 8px;border-radius: 4px;} 26 .egret-header-search img {margin-left: 30px; height: 20px; margin-top: 7px;} 27 .egret-header-search input {line-height: 24px;font-size: 14px;padding-top: 5px;} 28 .egret-header-search input:focus {/*border:0;*/ outline:none;} 29 30 /* 第二头部 */ 31 .egret-header-text {line-height: 50px;color: #fff;font-size: 16px;padding: 0 10px;} 32 .egret-header-title {position: absolute;width: 100%;text-align: center;line-height: 50px;color: #fff;font-size: 20px;} 33 34 35 /* 歌单标题 */ 36 .sectionTitle {height: 2em; line-height: 2em; font-size: 1.12em;} 37 .sectionTitle .titleDivider {display: inline-block; height: 1.12em; width: 3px; vertical-align: top; background-color: #D43C33; margin-top: 0.44em; margin-left: 0.7em; margin-right: 0.3em;} 38 /* 歌单 */ 39 .col .listcoverbar {position: absolute; top: 0; background-color: rgba(0,0,0,0.4); width: 100%;height: 1.2em;} 40 .col .listcoverbar span {color: #fff;} 41 .col .listcoverbar .earphone {width: 1em; margin-top: 0.2em; margin-right: 0.3em;} 42 .col .listcover {width: 100%;} 43 .col .listtitle {height: 2.4em; font-size: 1em; line-height: 1.2em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} 44 45 /* item样式 */ 46 .egret-item {height: 4em;} 47 .egret-item .egret-item-box-cover-center {display: table; height: inherit;} 48 .egret-item .egret-item-box-cover-center .egret-item-box-abtc {display: table-cell; vertical-align: middle;} 49 .egret-item .egret-item-box-cover-center .egret-item-box-abtc img {width: 3em; vertical-align: top;} 50 /* 右侧箭头样式 */ 51 .egret-item .egret-item-arrow {display: table; height: inherit;} 52 .egret-item .egret-item-arrow .egret-item-box-abtc {display: table-cell; vertical-align: middle;} 53 .egret-item .egret-item-arrow .egret-item-box-abtc img {width: 0.8em; vertical-align: top;} 54 /* 中间shelf 两个条目*/ 55 .egret-item .egret-item-shelf {height: inherit; } 56 .egret-item .egret-item-shelf .egret-item-shelf-title {font-size: 1.1em; margin-top: 0.6em;} 57 .egret-item .egret-item-shelf .egret-item-shelf-subtitle {font-size: 0.6em; color: #666; margin-top: 0.6em;} 58 /* 中间shelf 一个条目 */ 59 .egret-item .egret-item-shelf-single {height: inherit; line-height: 4em;font-size: 1.1em;} 60 .egret-item .egret-item-shelf-redclassify {color: #E03F40; border:1px solid #E03F40; font-size: inherit;padding: 0.1em;border-radius: 1px;margin-right: 5px;} 61 62 63 /* 用flex重写框架 */ 64 .egret-flex-item {display: -webkit-box;-webkit-box-align:center;height: 3em;/*background-color: #fff;*/} 65 /* 左部logo */ 66 .egret-flex-item-logo {max-width: 50px; min-width: 50px; margin-left: 0.5em; margin-right: 0.2em;-webkit-box-flex: 1; -webkit-box-align: center;} 67 .egret-flex-item-logo img {height: 2em; width: 2em; -webkit-box-align: center;vertical-align: top;/*否则图片不会居中,底部仍然是会有空白*/} 68 /* 中间文本信息 */ 69 .egret-flex-item-shelf {overflow: hidden; -webkit-box-flex:2; -webkit-box-align: center;} 70 .egret-flex-item-shelf div {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} 71 .egret-flex-item-shelf .egret-flex-item-shelf01 {font-size: 1.1em;} 72 .egret-flex-item-shelf .egret-flex-item-shelf02 {font-size: 0.6em; color: #666; margin-top: 0.6em;} 73 .egret-flex-item-shelf .egret-flex-item-redclassify {color: #E03F40; border: 1px solid #E03F40; font-size: inherit; padding: 0.1em; border-radius: 1px; margin-right: 5px;} 74 75 /* 右部箭头 */ 76 .egret-flex-item-arrow {-webkit-box-flex: 1;max-width: 10px; min-width: 10px; margin-right: 15px;} 77 .egret-flex-item-arrow img {width: 100%; max-width: 10px;} 78 79 /* 暗头部 */ 80 .egret-dark-title {height: 1.4em; line-height: 1.4em; font-size: 0.8em; background-color: #e7e7e7; color: #666; padding-left: 10px;} 81 82 /* special 对个别自定义 */ 83 .special {height: 4em;} 84 .special .egret-flex-item-logo img {height: 3em;width: 3em;} 85 86 /* */ 87 .inputmusic {text-align: center;margin-top: 30px;} 88 .inputmusic p {color: #6F6F6F;} 89 .inputmusic p .inputbtn {color: #3A9DD3;text-decoration: underline;} 90 91 /* 独立条目 */ 92 .isolateitem-top {margin-top: 10px; border-top: 1px solid #e0e0e0; } 93 .isolateitem-bottom {border-bottom: 1px solid #e0e0e0; } 94 95 /* 退出 */ 96 .exitbtn {margin: 15px 10px;border-radius: 4px;border: 1px solid #D33A31;background-color: #fff;color: #D33A31;text-align: center;height: 2em;line-height: 2em;} 97 98 99 /* 个人用户标题 */ 100 .musiclistprofile {height: 7em; background-color: #fff; } 101 .musiclistprofile .egret-flex-item-logo img {height: 6em; width: 6em; } 102 .musiclistprofile .egret-flex-item-logo {max-width: 6em; min-width: 6em; margin-left: 0.5em; margin-right: 0.2em; -webkit-box-flex: 1; -webkit-box-align: center; } 103 .musiclistprofile .egret-flex-item-shelf {margin-left: 0.5em;} 104 .musiclistprofile .egret-flex-item-shelf .egret-flex-item-shelf01 {font-size: 1.5em; } 105 .musiclistprofile .egret-flex-item-shelf .egret-flex-item-shelf02 {margin-top: 1.6em;-webkit-box-align: center;display: -webkit-box;} 106 .musiclistprofile .egret-flex-item-shelf .egret-flex-item-shelf02 .createrlogo {width: 2em;} 107 .musiclistprofile .egret-flex-item-shelf .egret-flex-item-shelf02 .creatername {margin: 0 1em;} 108 .userinfo {display: -webkit-box;background-color: #fff;padding: 10px 0;} 109 .userinfo .userinfocol {/*-webkit-box-flex:1;*/text-align: center;width: 25%;box-sizing: border-box;} 110 .userinfo .userinfocol .info {font-size: 0.8em;color: #999;} 111 .userinfo .userinfocol .info img {width: 2em;} 112 .userinfo .userinfocol .num {padding-top: 5px;} 113 114 /* 播放全部*/ 115 .playall {background-color: #f9f9f9;} 116 .playall .egret-flex-item-arrow {-webkit-box-flex: 1; max-width: 2.0em; min-width: 2.0em; margin-right: 15px;} 117 .playall .egret-flex-item-arrow img {max-width: none;} 118 .playall .egret-flex-item-logo img {width: 1.5em;height: 1.5em;} 119 120 /* egret item 抽象右部 */ 121 .egret-flex-item-abright {display: -webkit-box; -webkit-box-flex: 1; border-bottom: 1px solid #e0e0e0; -webkit-box-align: center;height: 4em;} 122 123 /* musiclist 特殊样式 */ 124 .musiclist-item {height: 4em;} 125 .musiclist-item .egret-flex-item-logo {text-align: center;font-size: 1.2em;color: #999999;} 126 .musiclist-item .egret-flex-item-shelf .egret-flex-item-shelf01 {font-size: 1em;} 127 .musiclist-item .egret-flex-item-arrow {max-width: 24px; min-width: 24px;} 128 .musiclist-item .egret-flex-item-arrow img {max-width: none;} 129 130 /* 弹出工具条 */ 131 .musiclist-item-tool {background-color: #303030;color: #fff;display: -webkit-box;padding: 0 10px;display: none;} 132 .musiclist-item-tool .userinfocol {-webkit-box-flex:1;text-align: center;padding: 5px 0;} 133 .musiclist-item-tool .userinfocol .info img {width: 50%;} 134 .musiclist-item-tool .userinfocol .num {color: #A8A8A8;font-size: 0.8em;} 135 136 /* 悬浮 */ 137 .exitbtnhover {background-color: #d33a31;color: #fff;}