123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806 |
- /*
- <!--
- * 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: #fff;
- 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 {
- }
- .divHeight {
- width: 100%;
- height: 10px;
- background: #f5f5f5;
- position: relative;
- overflow: hidden;
- }
- .r-line {
- position: relative;
- }
- .r-line:after {
- content: '';
- position: absolute;
- z-index: 0;
- top: 0;
- right: 0;
- height: 100%;
- border-right: 1px solid #D9D9D9;
- -webkit-transform: scaleX(0.5);
- transform: scaleX(0.5);
- -webkit-transform-origin: 100% 0;
- transform-origin: 100% 0;
- }
- .b-line {
- position: relative;
- }
- .b-line:after {
- content: '';
- position: absolute;
- z-index: 2;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #e2e2e2;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- -webkit-transform-origin: 0 100%;
- transform-origin: 0 100%;
- }
- .aui-flex {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 15px;
- position: relative;
- }
- .aui-flex-box {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- min-width: 0;
- font-size: 14px;
- color: #333;
- }
- /* 必要布局样式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;
- }
- .aui-navBar {
- height: 44px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- z-index: 102;
- background: #3a3a3a;
- }
- .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: #808080;
- 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: #fff;
- }
- .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/NlyAAABzElEQVRoQ93b7U0DMQwGYHsCGIENYIQyAqMwAWUDNoENgA3YAEaACYxeKZWqqqWXXGy/xr+ba57Lhy62olIgzOxSRB5E5EZEvkTkXlW/R7quI40i2zTsa8Pu/vpDRG5H0NTgE9gdGqP81PvyacFnsHA+qur2X4AXYH8wxVUV67kr6EZ4IXajqljH3UEF9sbi7dCAI7A04CgsBTgSmw6OxqaCM7Bp4CxsCjgTGw7OxoaCGbBhYBZsCJgJ6w5mw7qCGbFuYFasC5gZOx3Mjp0KroCdBq6CnQI2sysReT7IG+/nmpBwG85BdSetzjRYleIxM1QCkCRHZeBYUGFXjXBF7DC4rdnPSiO7m35DU9rMkPFHcavENN7vpAd4uNA1e4M69rxRMDYplDkuTnSSFj0EBrJtWm/V0MPgquhV4Iro1eBq6CngSuhp4CroqeAK6OlgdrQLmBntBmZFu4IZ0e7ghkZW5EVErrO/vUPADY0DB769U9FhYBZ0KJgBHQ7ORqeAM9Fp4Cx0KjgDnQ6ORlOAI9E04Cg0FTgCTQf2RlOCF6LvVBUHkq6gBS9A494SDiNdQQ3+A/2uqpsuafsxPXgPjUtZKMBjVLcjt9LwrF8TKGNMKd0SiQAAAABJRU5ErkJggg==');
- }
- .icon-more{
- background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADN0lEQVRoQ+2XW4iNURTHf39EJLeSF5HkLrmWJLwhl5jBg1t5QUp4k8uLEEnhReFFzZSpcYky3lyeRG7lrnhzeRGRXGJp6ZsaZ77v29+Z5uU7s1edOp299n+vtf7r/PfaoouZuli+xIRrnfHIcGS4xioQW7rGCG2XTmQ4MlxjFYgtXWOERtGKLR1busYqEFu6xgiNKh1buku3tJl1A5YAU4CvwCPgjqTPHSmMmfUD1gBDgLfAQ/9I+tlBvDFAPdAdeAE8kPQqDyuzpc1sA7APGJoCcBnYLOldkUDNrDdwwPcA/r2tfQOOA3sk/SmINw44AixK8X8N7JDkMRYTLTPz4HYFDn8OzAyxbWZ9gFvAtADeKUmbQgmb2VTgJtA3x/c3sFTS1Uqfdgyb2VzgRujgZP2apIV5vmZ2DNhWEG+jpNNZvmbWA3gJjCiA53/BSZLetPVNS7gFWFAAsNXFK3klzd/MBgLvgZ4F8T4BwyR9ycBbDTQWxHK3ZkkrMxM2M28TP9RFoKg1SFqXEaALVENRoMSvXtKFDLzmRKSKQroY9pf0vXXDfwyb2XTgblG0xO+eJN/XzgpqQeU+Fy/XkDS8p4ALVjU2QZLv+2edkfB9SamC1MGE90ran5HwM2BsNdkCEyU9yUrY78mPVbZ0o6S1ndjSKySdz8Dz3+uqSDi/pR3IzFyAFlcBWifpYkaAA5IBo/LuzYL3/9pgSa6waS29CmiqIrZLkpa39U9T6dHJBFQkSJ9uxucNDGa2FThRMMjDknbm+ZrZdWBeATwDZkm6nZtwwvIywJUy73Hh4+VsSY9Dh5vZWWB9wM8DmyPpVyDhQT7eAiMDeLslHaz0yRstfUY9Cgyv2OSV87bfXnmpZwVgZn7NHQK2AD55tTVv35OAi9WPUPESQnzcPQPMT/H30dKTPZeGlfs8NDNfd1WcDIwCvPpNkhy0ajOzXslDxB8j/oD44Pd01qAROsDMnO0ZPlElhfQrtUWSk5Jq8T0cqmrZ1yPDZWcwFH9kOFShsq9HhsvOYCj+yHCoQmVfjwyXncFQ/JHhUIXKvh4ZLjuDofgjw6EKlX09Mlx2BkPxR4ZDFSr7epdj+C8Kte49x1xtrwAAAABJRU5ErkJggg==');
- }
- .m-slider {
- overflow-x: hidden;
- width: 100%;
- position: relative;
- }
- .slider-wrapper {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- width: 100%;
- height: 100%;
- -webkit-transform: translate3d(0px, 0px, 0px);
- transform: translate3d(0px, 0px, 0px);
- position: relative;
- z-index: 1;
- -webkit-transition-property: -webkit-transform;
- transition-property: -webkit-transform;
- transition-property: transform;
- transition-property: transform, -webkit-transform;
- }
- .slider-item {
- width: 100%;
- height: 100%;
- -webkit-flex-shrink: 0;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- background: #fff;
- }
- .slider-item img {
- width: 90%;
- height: auto;
- display: block;
- border: none;
- margin:1rem auto;
- }
- .slider-pagination {
- text-align: right;
- position: absolute;
- width: 100%;
- z-index: 2;
- right: 0;
- bottom: 20px;
- pointer-events: none;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: end;
- -webkit-align-items: flex-end;
- -ms-flex-align: end;
- align-items: flex-end;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .slider-pagination > .slider-pagination-item {
- margin: 0 .25rem;
- width: 8px;
- height: 8px;
- display: inline-block;
- border-radius: 100%;
- background-color: rgba(255,255,255,0.8);
- }
- .slider-pagination > .slider-pagination-item.slider-pagination-item-active {
- background-color: #df3c37;
- border-radius: 100%;
- }
- .aui-palace {
- padding: 0.5rem 0;
- position: relative;
- overflow: hidden;
- }
- .aui-palace-grid {
- position: relative;
- float: left;
- padding: 1px;
- width: 20%;
- box-sizing: border-box;
- margin: 5px 0;
- }
- .aui-palace-grid-icon {
- width: 30px;
- height: 30px;
- margin: 0 auto;
- }
- .aui-palace-grid-icon img {
- display: block;
- width: 100%;
- height: 100%;
- border: none;
- }
- .aui-palace-grid-text {
- display: block;
- text-align: center;
- color: #333;
- font-size: 0.85rem;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- padding-top: 0.2rem;
- }
- .aui-palace-grid-text h2 {
- font-size: 0.8rem;
- font-weight: normal;
- color: #666666;
- }
- .m-actionsheet {
- text-align: center;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 1000;
- background-color: #EFEFF4;
- -webkit-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: -webkit-transform .3s;
- transition: -webkit-transform .3s;
- transition: transform .3s;
- transition: transform .3s, -webkit-transform .3s;
- }
- .mask-black {
- background-color: rgba(0, 0, 0, 0.4);
- position: fixed;
- z-index: 500;
- bottom: 0;
- right: 0;
- left: 0;
- top: 0;
- 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;
- z-index: 998;
- }
- .actionsheet-action {
- display: block;
- margin-top: .15rem;
- font-size: 0.28rem;
- color: #555;
- height: 1rem;
- line-height: 1rem;
- background-color: #FFF;
- }
- .m-actionsheet {
- text-align: center;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 10005;
- background-color: #ffffff;
- -webkit-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: -webkit-transform .3s;
- transition: -webkit-transform .3s;
- transition: transform .3s;
- transition: transform .3s, -webkit-transform .3s;
- }
- .actionsheet-toggle {
- -webkit-transform: translate(0, 0);
- transform: translate(0, 0);
- }
- .actionsheet-item {
- display: block;
- position: relative;
- font-size: 0.85rem;
- color: #555;
- height: 2rem;
- line-height: 2rem;
- background-color: #FFF;
- }
- .actionsheet-item {
- display: block;
- position: relative;
- font-size: 0.85rem;
- color: #555;
- height: 2rem;
- line-height: 2rem;
- background-color: #FFF;
- }
- .aui-coll-cancel a {
- height: 45px;
- line-height: 45px;
- font-size: 12px;
- background: #f9f9f9;
- display: block;
- text-align: center;
- width: 100%;
- }
- .aui-coll-share-img {
- width: 38px;
- height: 38px;
- margin: 0 auto;
- }
- .aui-coll-share-img img {
- width: 100%;
- height: auto;
- display: block;
- border: none;
- }
- .aui-coll-share-box {
- position: relative;
- overflow: hidden;
- padding: 10px 0;
- }
- .aui-coll-cancel a {
- height: 45px;
- line-height: 45px;
- font-size: 12px;
- background: #f9f9f9;
- display: block;
- text-align: center;
- width: 100%;
- }
- .aui-coll-share-item {
- position: relative;
- float: left;
- padding: 8px 10px;
- width: 33.333%;
- box-sizing: border-box;
- font-size: 12px;
- height: 85px;
- }
- .aui-rule {
- position: absolute;
- right: 0;
- top: 1rem;
- background: #54ca9a;
- border-radius: 50px 0 0 50px;
- font-size: 0.8rem;
- padding: 0.2rem 0.6rem;
- color: #fff;
- }
- .aui-loan-body{
- width:100%;
- padding:2rem 0 1.2rem 0;
- text-align:center;
- }
- .aui-loan-body h1{
- color:#fff;
- font-size:1.5rem;
- }
- .aui-loan-body p {
- color:#fff;
- font-size:0.95rem;
- font-weight:normal;
- }
- .aui-image-text {
- position: relative;
- padding: 1rem;
- overflow:hidden;
- }
- .aui-image-text .aui-flex {
- width: 48%;
- float: left;
- border-radius: 10px;
- margin: 0 1% 0 1%;
- padding: 1px 5px;
- background:#fff;
- }
- .aui-shrink-img {
- width: 32px;
- height: 32px;
- margin-right: 0.5rem;
- }
- .aui-shrink-img img {
- width: 32px;
- height: 32px;
- border: none;
- display: block;
- border-radius: 3px;
- }
- .aui-image-text .aui-flex-box h2 {
- font-weight: 500;
- font-size: 1rem;
- color: #3d4457;
- }
- .aui-image-text .aui-flex-box p {
- font-weight: normal;
- font-size: 0.8rem;
- color: #a9a9a9;
- margin-bottom: 0.3rem;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- word-break: break-all;
- text-overflow: ellipsis;
- text-align: justify;
- }
- .aui-image-text-one{
- padding:0;
- }
- .aui-image-text-one .aui-shrink-img {
- width:50px;
- height:50px;
- margin-right:0;
- }
- .aui-image-text-one .aui-shrink-img img{
- width:50px;
- height:50px;
- }
- .aui-image-text-one .aui-flex:after{
- content: '';
- position: absolute;
- z-index: 0;
- top: 0;
- right: 0;
- height: 100%;
- border-right: 1px solid #D9D9D9;
- -webkit-transform: scaleX(0.5);
- transform: scaleX(0.5);
- -webkit-transform-origin: 100% 0;
- transform-origin: 100% 0;
- }
- .aui-image-text-one .aui-flex{
- padding:1rem;
- margin-right:0;
- width:50%;
- margin-left:0;
- }
- .aui-image-text-one .aui-flex:before{
- content: '';
- position: absolute;
- z-index: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #D9D9D9;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- -webkit-transform-origin: 0 100%;
- transform-origin: 0 100%;
- }
- .aui-flex-box h2{
- font-weight: 500;
- font-size: 1rem;
- color: #3d4457;
- }
- .aui-ad{
- width:100%;
- }
- .aui-ad img{
- width:100%;
- height: auto;
- display: block;
- border: none;
- }
- .aui-list-theme {
- overflow: hidden;
- position: relative;
- padding: 1px 0 1px 10px;
- background: #fff;
- }
- .aui-list-theme-item {
- width: 29.999999%;
- float: left;
- overflow: hidden;
- margin: 0 9px 1px 1px;
- }
- .aui-list-img {
- height: auto;
- width: 100%;
- overflow: hidden;
- position: relative;
- }
- .aui-tag-number {
- background-color: rgba(0,0,0,0.6);
- padding: 0.25rem 0.2rem;
- position: absolute;
- font-size: 0.7rem;
- border-radius: 0.2rem;
- display: block;
- top: 0;
- left: 0;
- color: #fff;
- }
- .aui-list-img img {
- width: 100%;
- height: auto;
- display: block;
- // background-color: #FFF;
- border: none;
- }
- .aui-flex-box span {
- color: #616161;
- font-size: 0.9rem;
- }
- .aui-list-title {
- padding: 10px 1px;
- }
- .aui-list-title h3 {
- font-size: 0.85rem;
- width: auto;
- color: #757575;
- margin-top: 0.1rem;
- margin-bottom: 0.1rem;
- overflow: hidden;
- line-height:1.2;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- font-weight: normal;
- }
- .aui-list-title .aui-flex {
- padding: 10px 0 5px 0;
- position: absolute;
- bottom: 10px;
- }
- .aui-list-title p {
- text-align: left;
- font-size: 0.8rem;
- color: #a4a4a4;
- }
- .aui-list-title p em{
- color:#e64856;
- font-style:normal;
- font-size : 1rem;
- }
- .aui-list-title p i{
- color:#e64856;
- font-style:normal;
- font-size:0.85rem;
- }
- .aui-list-theme-one .aui-list-theme-item{
- width:49%;
- margin-right:0;
- }
|