123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- /*
- <!--
- * 17素材vip建站专区模块代码
- * 详尽信息请看官网:http://www.17sucai.com/pins/vip
- *
- * Copyright , 温州易站网络科技有限公司版权所有
- *
- * 请尊重原创,未经允许请勿转载。
- * 在保留版权的前提下可应用于个人或商业用途
- -->
- */
- html,body {
- color: #333;
- margin: 0;
- height: 100%;
- font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- font-weight: normal;
- }
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- a {
- text-decoration: none;
- color: #000;
- }
- a, label, button, input, select {
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- img {
- border: 0;
- }
- body {
- background: #f5f5f5;
- color: #666;
- }
- html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: none;
- color: #08acee;
- }
- button {
- outline: 0;
- }
- img {
- border: 0;
- }
- button,input,optgroup,select,textarea {
- margin: 0;
- font: inherit;
- color: inherit;
- outline: none;
- }
- li {
- list-style: none;
- }
- a {
- color: #666;
- }
- .clearfix::after {
- clear: both;
- content: ".";
- display: block;
- height: 0;
- visibility: hidden;
- }
- .clearfix {
- }
- /* 必要布局样式css */
- .aui-flexView {
- width: 100%;
- height: 100%;
- margin: 0 auto;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .aui-scrollView {
- width: 100%;
- height: 100%;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
- overflow-y: auto;
- overflow-x: hidden;
- -webkit-overflow-scrolling: touch;
- position: relative;
- margin-top: 0;
- }
- .aui-navBar {
- height: 44px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- z-index: 1002;
- background: #fbfbfb;
- }
- .aui-navBar:after {
- content: '';
- position: absolute;
- z-index: 2;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #d8d8d8;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- -webkit-transform-origin: 0 100%;
- transform-origin: 0 100%;
- }
- .aui-navBar-item {
- height: 44px;
- min-width: 25%;
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- padding: 0 0.9rem;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 0.7rem;
- white-space: nowrap;
- overflow: hidden;
- color: #a0a0a0;
- position: relative;
- }
- .aui-navBar-item:first-child {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- margin-right: -25%;
- font-size: 0.9rem;
- font-weight: bold;
- }
- .aui-navBar-item:last-child {
- -webkit-box-ordinal-group: 4;
- -webkit-order: 3;
- -ms-flex-order: 3;
- order: 3;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- }
- .aui-center {
- -webkit-box-ordinal-group: 3;
- -webkit-order: 2;
- -ms-flex-order: 2;
- order: 2;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- height: 44px;
- width: 50%;
- margin-left: 25%;
- }
- .aui-center-title {
- text-align: center;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- display: block;
- text-overflow: ellipsis;
- font-size: 0.95rem;
- color: #7d7d7d;
- }
- .icon {
- width: 20px;
- height: 20px;
- display: block;
- border: none;
- float: left;
- background-size: 20px;
- background-repeat: no-repeat;
- }
- .icon-return {
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFPUlEQVRoQ+Xab4gUdRzH8fd3du8IMlKKiIJMC+mJd+6uFWVhioFZoFRahGDl3Wr4JEKw6I9nkVkE9ch0dy96JNUT8b/BhXVQRt3uXj4p5XpQIR4SmF1/b2fnG7Nz6unO7t3OzsyO5z3d383Oa7+/mfnM9/cTrrA/uZy8+vS86fLR4O/NnPNlAbahtMf6QWcC/wK7JVNY7wUeebCmO5LQthu45QJQ/wRzoWSOFRpFRxqsazvvQuIHMbjuYpiCWu9JdvCFKQPWro77kfjHiNxUjdIzYC6ZMhXWruTzGNIDXOtSwVNg7ZJMcWOj1bXHR25Ka3diExgvI1zjAhpGeUOy+e1esJEDazq5A2U1Ile7TOOTWLwuuULGKzZSYE0nD6EsRqTdBXucsrlBeo993gw2MmDtTu5HZCkQcwH9StlcLr3fF5vFthxcCRRtsSOgnYhcfD9RVeAnsFZKdnDQD2xLwQ7WGESYWXXvVMqIfsWotbzZKHnpD9WSu7R2dczCaDsMzHG5Xv9DOU7JWug3tiUV1nWJ+VhyCJHrq7CqI4j0M1peHQQ2dLA+m7iHmLEXoRoLZ1Frj2SLa/y6Xt2OE9qU1nRqDeg7IDe4VPY0SL9k8yuDxIZWYe1ObUR0M8g0F+xJhA8kU3gzaGwoYO1OvYLoJlcsegrYIpnCzjCwgYO1O3EAjMUIV7lUdgg1tkluoDcsbKBg7Ur2YchCIO4COkHZfNKv9NTID+b7TWssUHwCPFiVnuwzU/0ZrBV+pqeWgceiYgHRWdXpSRXhKGptaBXW1ymtT82dwbT2AdDZLq/ZppOeyvcFFSgmW2VfprR2zU0hbXsQudklKv6DcoKS9UCrsb5UWJ/puJt43I6KM1ywf2DpfkzdEAVs0+BKo82Ifwpyo8tj5wxiHJHMwGOTnW5hjPM8pSdstFnWAckVu8NANPIdnsD63NzZmO15hOku0/gkKlubabQ1Amh0rDfwusQWVF5zefScRnm12UZbo4hGxnsDp1MvorrVJViYWPql5ApLGjmJMMd6A9vtmXjsBwzcblb2OshhyRaXhQmZ7Hd5AlcSotO5sJ+91Ush5xpwJevOqDyOzv0gnsEVtJOuvgGdU52u7ELzCyWrM0ropsAVtNN9LCLcWmPlZoiyuaoVb0Zu07xp8Dh0vTek3zD0IdlZHJjstRbUOF/A505O0/P7QGu9Aw9jWo/Kh8WjQWEmc1xfwZVqp5MHUVnk2uVAT6OypZWhxHdwBV23j8VZLO2RXOH9yVTE7zGBgMfQG0E3Iy6dSvQsqm9Jtvi236CJjhcY2JneqTWovltjleEv0D7JFldMdJJ+fh4ouIJeO28BsdgeuHRjiv2hvQVJ90m2sMpPVL1jBQ520LV241SaeiXE6GfUfDyMgBIKuIK2XynL7Z8Bt1dVwImiP1Ky7g0aHRp4XECpsSZsdzXlW0bLS4NEhwoeh/4OuM29b80JKD8RVCs3dPD5VFZ/X8cwZXNZEPm7ZWDnFTN1GEsXue7cUR2yr3zJFvv8vIO3FOwElMQOkBp7sxgG7fFzdbHl4DF0nd13/ubvSIAraHt/pdCDSI39leySTN7T/srxl0RkwE6lOx9BYtmajX3liOQKTTX2IwWuoOsu3TCC6l7JFlZ7vZFFDuxM7zqLc6p/Y8gXsjP/sBd0JMEVtNMg/Br0DpedeiNY5fXSO7irUXRkwedTWXssX73mbEdv2SaZ/EtTCjwOvQ/VBeejqDJCmyZle2FoyoEvRNFEbmxH0BnKpR7pPbavUaw9PtJT2gtoov+54sD/AwDxB1vYRS9mAAAAAElFTkSuQmCC');
- }
- .divHeight-bot-line {
- background: #f5f5f5;
- position: relative;
- /* overflow:hidden; */
- height: 10px;
- }
- .divHeight-bot-line:after {
- content: '';
- position: absolute;
- z-index: 2;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #d2d2d2;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- -webkit-transform-origin: 0 100%;
- transform-origin: 0 100%;
- }
- .aui-app-box {
- padding: 0.5rem;
- }
- .aui-app-flex-box {
- background: #fff;
- border-radius: 4px;
- padding: 0.8rem;
- margin-bottom: 10px;
- /* overflow: hidden; */
- }
- .aui-app-flex {
- /* padding: 15px; */
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-bottom: 10px;
- }
- .aui-app-flex-hd {
- margin-right: .8em;
- width: 50px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- }
- .aui-app-flex-hd img {
- width: 100%;
- max-height: 100%;
- border-radius: 4px;
- vertical-align: top;
- }
- .aui-app-flex-bd {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- min-width: 0;
- }
- .aui-app-flex-bd h2 {
- color: #333;
- font-size: 1rem;
- padding-bottom: 10px;
- }
- .aui-app-flex-bd h2 em {
- color: #ff9000;
- font-size: 0.7rem;
- border-radius: 3px;
- border: 1px solid #ff9000;
- font-style: normal;
- padding: 0 0.2rem;
- }
- .aui-app-flex-fr {
- color: #fff;
- font-size: 0.8rem;
- border-radius: 3px;
- background: #ff9000;
- padding: 0.5rem 1.5rem;
- }
- .box-line {
- position: relative;
- }
- .box-line:before {
- content: " ";
- position: absolute;
- top: 0;
- left: 0;
- width: 200%;
- height: 100%;
- border: 1px solid #D9D9D9;
- -webkit-transform: scaleX(0.5);
- transform: scaleX(0.5);
- -webkit-transform-origin: 100% 0;
- transform-origin: 100% 0;
- color: rgba(207, 207, 207, 0.95);
- transform-origin: 0 0;
- border-radius: 5px;
- }
- .aui-app-flex:after {
- content: '';
- position: absolute;
- z-index: 2;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- // border-bottom: 1px solid #d8d8d8;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- -webkit-transform-origin: 0 100%;
- transform-origin: 0 100%;
- }
- .aui-app-flex-bd p {
- font-size: 0.7rem;
- }
- .aui-app-flex-text {
- font-size: 0.8rem;
- color: #999;
- padding-top: 10px;
- }
|