123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521 |
- /*
- <!--
- * 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: scroll;
- // 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: #ffffff;
- }
- .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: #101d37;
- }
- .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/drawable-xhdpi/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACB0lEQVRoQ+3aQU7CUBAG4BlMdOOiB4CIJxASg9t6Ar2CN4Ab6A3wCJ6AI4A7hYU9ggtIXD4jKzDvmQKihNL29Q3QmdJ1O53vTdqmf4tQsA0L5oUDWPrEDxOmnrBXuboBY2rwXXpSHy/v1PVt621twp5X8+D0pAMI/rwpo2Baqu8bvRXwHHvcBcTaygSMeVDD/r3tVCj3JwdvxM6GLAwciwXzCV+TqlKBopyYbS2yCSditfHVaBDYNki9PwmYCzZcPGcwJ6wzmBvWCcwRmxnMFZsJzBlrDeaOtQJLwKYGS8GmAkvCJoKlYWPBErEbwVKxkWDJ2DWwdOwKuAjYJTgeG0Yz0ATQe395dwkD1HDw/AcuN97WAjeX6nk81phADft19MqXPuBRN489kvek9R16lcYtAHbIi+exoIYWLgLzABDO8tgjXU/z1HSWaS1uWj1AvIg8gYHH2ZcDztt40g4j4mWIF4s2JoDx5HrfmTLFeq+klkVAr8W00tGRubRk9MYgXio69suDRHTipxZp6ERw4nOa2SMrFVgSOjVYCtoKLAFtDeaOzgTmjM4M5op2AnNEO4O5oUnAnNBk4DToMDWkeIl3qUEKTkRraKnRa9ulYddjycGxaGn/Wv5f/ci3rCmei/x9+Be+QDcBoQratMX8a+l6Xe3y+K1cw7sE2J7rALZdMW77F27CPx0GsT6uUz1MAAAAAElFTkSuQmCC');
- }
- .m-slider {
- overflow-x: hidden;
- width: 94%;
- position: relative;
- margin:0 3% 3% 3%;
- border-radius:5px;
- }
- .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: #f6f6f6;
- }
- .slider-item img {
- width: 100%;
- height: auto;
- display: block;
- border: none;
- }
- .slider-pagination {
- text-align: right;
- position: absolute;
- width: 100%;
- z-index: 2;
- right: 0;
- bottom: 15px;
- 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:#3d4c59;
- }
- .slider-pagination > .slider-pagination-item.slider-pagination-item-active {
- background-color: #ffffff;
- border-radius: 100%;
- }
- .aui-grids {
- overflow: hidden;
- position: relative;
- padding-bottom: 10px;
- }
- .aui-grids-item {
- width: 25%;
- float: left;
- position: relative;
- z-index: 0;
- padding: 0.32rem 0;
- font-size: 0.85rem;
- text-align: center;
- color: #fff;
- }
- .aui-grids-item-icon {
- width: 55px;
- height: 55px;
- margin: 0 auto;
- }
- .aui-grids-item-icon img {
- width: 55px;
- height: 55px;
- display: block;
- border-radius: 100%;
- }
- .aui-grids-item-text {
- color: #101d37;
- font-size:0.85rem;
- padding-top:0.3rem;
- }
- .aui-list-head h2{
- font-size:1.3rem;
- color:#101d37;
- padding:15px;
- }
- .aui-list-cell{
- position:relative;
- overflow:hidden;
- }
- .aui-list-cell-item{
- width:50%;
- display:block;
- border:none;
- float:left;
- }
- .aui-list-cell-item-info-one {
- background-image:url("../image/drawable-xhdpi/02.png") !important;
- height:92px;
- background-size:cover;
- border-radius:10px;
- margin-left:15px;
- margin-right:15px;
- margin-bottom:15px;
- padding:20px;
- }
- .aui-list-cell-item-img{
- height: 200px !important;
- }
- .aui-list-cell-item-info{
- background-image:url("../image/drawable-xhdpi/01.png");
- height:92px;
- background-size:cover;
- border-radius:10px;
- margin-left:8px;
- margin-right:8px;
- margin-bottom:15px;
- padding:20px;
- background-position:center;
- }
- .aui-list-cell-item-info-two{
- background-image:url("../image/drawable-xhdpi/03.png");
- }
- .aui-list-cell-item-info h2{
- color:#fff;
- font-size:0.95rem;
- font-weight:bold;
- margin-bottom:0.4rem;
- }
- .aui-list-cell-item-info span em{
- display:block;
- border-radius:3px;
- color:#fff;
- font-size:0.7rem;
- float:left;
- font-style:normal;
- margin-right:0.2rem;
- }
- .aui-list-cell-item-img h2{
- color:#fff;
- font-size:0.95rem;
- font-weight:bold;
- margin-bottom:0.4rem;
- }
- .aui-list-cell-item-img p{
- color:#fff;
- font-size:0.85rem;
- margin-bottom:0.4rem;
- }
- .aui-list-cell-item-info-thr{
- background-image:url("../image/drawable-xhdpi/icon-bg-004.png");
- }
- .aui-list-cell-item-info-thr h2{
- color:#333;
- }
- .aui-list-cell-item-info-fou{
- background-image:url("../image/drawable-xhdpi/icon-bg-005.png");
- }
- .aui-list-cell-item-info-fou h2{
- color:#333;
- }
- .aui-badge {
- position : absolute;
- background-color: #f00;
- margin-left: 40px;
- color: #fff;
- width: 1.1rem;
- height: 1.1rem;
- border-radius: 50%;
- font-size : 0.7rem;
- line-height: 1.1rem;
- text-align: center;
- }
|