123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- html{
- font-family: sans-serif;
- }
- html,body {
- background-color: #e0ebf4 !important;
- }
- html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
- margin:0;
- border:0;
- padding:0;
- font-style:normal;
- }
- html,body {
- -webkit-touch-callout:none;
- -webkit-text-size-adjust:none;
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
- -webkit-user-select:none;
- background-color: #fff;
- }
- nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
- display: block;
- }
- img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
- display:inline-block;
- }
- header,section,footer {
- position:relative;
- }
- ol,ul{
- list-style:none;
- }
- input,button,textarea {
- border:0;
- margin:0;
- padding:0;
- font-size:1em;
- line-height:1em;
- /*-webkit-appearance:none;*/
- background-color:rgba(0, 0, 0, 0);
- }
- span{
- display:inline-block;
- }
- a:active, a:hover {
- outline: 0;
- }
- a, a:visited{
- text-decoration:none;
- }
- label, .wordWrap{
- word-wrap: break-word;
- word-break: break-all;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- td,th {
- padding: 0;
- }
- .clearfix:after{
- content: ' ';
- display: block;
- clear: both;
- visibility:hidden;
- line-height: 0;
- height:0;
- }
- .loading_more{
- display: block;
- height: 1.5em;
- width: 100%;
- }
- .loading_more:before {
- display: inline-block; vertical-align: text-bottom;
- content: ' '; height: 16px; width: 16px; margin-right: 6px;
- background: url(../image/loading_more.gif) no-repeat center;
- -webkit-background-size: contain;
- background-size: contain;
- }
- .loading_more:after {
- content: '加载更多';
- }
- /**
- * 筛选样式
- */
- .aui-list-screen {
- width: 18%;
- position: absolute;
- top: 0;
- right: 0px;
- text-align: center;
- height: 2.2rem;
- line-height: 2.2rem;
- background-color: #ebeced;
- border-left: 1px solid #f0f0f0;
- color: #666666;
- text-shadow: 0px 1px 1px #f3f3f3;
- font-size: 0.6rem;
- }
- .aui-list-screen_bg {
- position: absolute;
- width: 100%;
- background-color: #f0f0f0;
- }
- .aui-list-screen_time {
- background-color: #ffffff;
- padding: 0.3rem 1rem;
- text-align: center;
- align-items: center;
- }
- .aui-list-screen_other {
- background-color: #ffffff;
- padding: 0.3rem 1rem;
- }
- .aui-list-screen_msg {
- text-align: left;
- font-size: 0.6rem;
- color: #999999;
- margin-bottom: 5px;
- }
- .aui-list-screen_time span {
- background-color: #f3f3f3;
- padding: 0.2rem 1.2rem;
- border-radius: 5px;
- font-size: 0.6rem;
- margin-left: 0.5rem;
- }
- .aui-list-screen_other span {
- background-color: #f3f3f3;
- padding: 0.2rem 1rem;
- border-radius: 5px;
- font-size: 0.6rem;
- margin-left: 0.5rem;
- margin-top: 0.5rem;
- }
- .aui-list-screen_other-active {
- background-color: #0062CC !important;
- color: #ffffff !important;
- }
- .aui-list-screen_btn {
- background-color: #ffffff;
- padding: 0.5rem 0;
- color: #ffffff;
- }
- .aui-list-screen_btnInfo {
- background-color: #0062CC;
- width: 50%;
- margin-left: 25%;
- text-align: center;
- height: 1.6rem;
- line-height: 1.6rem;
- border-radius: 5px;
- }
- /* 筛选动画 */
- .fade-enter-active {
- animation: bounce-in .5s;
- }
- .fade-leave-active {
- animation: bounce-in .5s reverse;
- }
- @keyframes bounce-in {
- 0% {
- transform: scale(0);
- }
- 50% {
- transform: scale(1.5);
- }
- 100% {
- transform: scale(1);
- }
- }
- .aui-list-item__infomation {
- width: 100%;
- margin-top: 0.5rem;
- overflow: hidden;
- padding: 5px;
- }
- .aui-icon-info__initMsg {
- position: absolute;
- right: 15px;
- margin-top: -28px;
- color: #b3b3b3;
- }
- /**
- * theme -主题
- */
- .theme1 {
- background-color: #007f86 !important;
- }
- .aui-btn-info {
- background-color: transparent !important;
- }
- .aui-bar-info {
- // background-image: url(../image/drawable-xhdpi/topbg.png) !important;
- }
- .aui-bar-tab .aui-active {
- color: #007f86 !important;
- }
- .aui-auction-item {
- background: #007f86 !important;
- }
- .aui-auction-item:after {
- background: #007f86 !important;
- }
- .org label.green {
- background-color: #009944 !important;
- }
- .weui_btn_primary {
- background: #007f86 !important;
- }
- .aui-loan-body {
- background: -webkit-linear-gradient(#eecd9b, #d1a96f);
- background: -o-linear-gradient(#eecd9b, #d1a96f);
- background: -moz-linear-gradient(#eecd9b, #d1a96f);
- background: linear-gradient(#eecd9b, #d1a96f);
- background-color: #d1a96f;
- }
- .license,.half a,.btn-1 button {
- background-color: #009944 !important;
- }
- .aui-pinpai {
- background-color: #b5b6b6 !important;
- }
- .aui-bg-info {
- background-color: #007f86 !important;
- }
- .aui-tab-item.aui-active {
- color: #007f86 !important;
- border-bottom: 2px solid #007f86 !important;
- }
- [v-cloak] {
- display : none
- }
|