123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- @import "assets/styles/weui.wxss";
- @import "assets/styles/font-awesome.wxss";
- @import "assets/libs/zanui/index.wxss";
- page {
- background-color: #f8f8f8;
- font-size: 14px;
- font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
- }
- .page__hd {
- padding: 40px;
- }
- .page__bd {
- padding-bottom: 40px;
- }
- .page__bd_spacing {
- padding-left: 15px;
- padding-right: 15px;
- }
- .page__ft {
- padding-bottom: 10px;
- text-align: center;
- }
- .page__title {
- text-align: left;
- font-size: 20px;
- font-weight: 400;
- }
- .page__desc {
- margin-top: 5px;
- color: #888;
- text-align: left;
- font-size: 14px;
- }
- .page__title {
- display: block;
- text-align: center;
- font-size: 20px;
- font-weight: 400;
- }
- .page__desc {
- display: block;
- margin-top: 5px;
- color: #888;
- text-align: center;
- font-size: 14px;
- }
- .p10 {
- padding: 10px;
- }
- .p15 {
- padding: 15px;
- }
- .m10 {
- margin: 10px;
- }
- .m15 {
- margin: 15px;
- }
- .share {
- position: absolute;
- top: 20px;
- right: 20px;
- width: 24px;
- height: 24px;
- border: none;
- background: #fff;
- z-index: 99;
- padding: 0;
- border-radius: 50%;
- line-height: 24px;
- font-size: 14px;
- opacity: 0.6;
- color: #444;
- }
- .post-list .zan-card {
- border-bottom: 1px solid #eee;
- padding: 15px 15px;
- background:#fff;
- margin-bottom:15px;
- }
- .post-list .zan-card__thumb {
- width: 100%;
- height: 220px;
- float:inherit;
- }
- .post-list .zan-card__detail {
- margin-left:0;
- margin-top:20px;
- }
- .post-list .zan-card__thumb .image {
- border-radius:3px;
- display: block;
- height: 100%;
- width: 100%;
- background-repeat: no-repeat;
- background-size:cover;
- background-position: center center;
- }
- .post-list .zan-card__left-col {
- margin-right: 0px;
- }
- .post-list .author {
- font-size: 13px;
- }
- .tab .zan-tab__bd--scroll .zan-tab__item {
- min-width: 70px;
- }
- .tab .zan-tab__bd--scroll .zan-tab__item {
- min-width: 50px;
- }
- .zan-loadmore--nodata {
- margin-top:21px;
- }
|