123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .ad-box.data-v-2d6ca29c {
- margin: 40rpx;
- box-sizing: border-box;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- justify-content: center !important;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .content.data-v-2d6ca29c {
- padding-bottom: 1rpx;
- }
- .swiper-box.data-v-2d6ca29c {
- width: 100vw;
- height: 56.25vw;
- }
- .swiper-box .image.data-v-2d6ca29c {
- width: 100%;
- height: 100%;
- }
- .sticky.data-v-2d6ca29c {
- position: -webkit-sticky;
- position: sticky;
- top: 0rpx;
- left: 0;
- background-color: #fff;
- z-index: 9;
- margin-bottom: 20rpx;
- }
- .sticky .grid.data-v-2d6ca29c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- overflow: auto;
- }
- .sticky .grid .grid-item.data-v-2d6ca29c {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 20%;
- height: 130rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- text-align: center;
- font-size: 34rpx;
- padding: 10rpx;
- box-sizing: border-box;
- position: relative;
- }
- .sticky .grid .grid-item .text.data-v-2d6ca29c {
- font-size: .8em;
- margin-top: 5rpx;
- color: #999999;
- font-weight: 400;
- }
- .sticky .grid .border.data-v-2d6ca29c::after {
- content: '';
- position: absolute;
- bottom: 5rpx;
- width: 30rpx;
- height: 5rpx;
- background-color: red;
- }
- .list-item.data-v-2d6ca29c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- background-color: #FFFFFF;
- padding: 20rpx;
- margin: 2rpx 0rpx;
- position: relative;
- }
- .list-item .avatar.data-v-2d6ca29c {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- border: 1px solid #1989FA;
- margin-right: 16rpx;
- }
- .list-item .top.data-v-2d6ca29c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- position: absolute;
- top: 10rpx;
- right: 0;
- }
- .list-item .top .icon.data-v-2d6ca29c {
- margin-top: -20rpx;
- padding: 20rpx;
- }
- .list-item .item-right.data-v-2d6ca29c {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .list-item .item-right .center.data-v-2d6ca29c {
- -webkit-align-self: flex-start;
- align-self: flex-start;
- }
- .list-item .item-right .center .details.data-v-2d6ca29c {
- width: 436rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- display: -webkit-box;
- margin-bottom: 20rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- word-wrap: break-word;
- white-space: normal !important;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .list-item .item-right .bottom.data-v-2d6ca29c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin: 20rpx 0;
- }
- .list-item .item-right .bottom .title.data-v-2d6ca29c {
- max-width: 300rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- font-family: PingFang SC;
- font-weight: 400;
- }
- .list-item .item-right .bottom .type.data-v-2d6ca29c {
- margin-left: 10rpx;
- padding: 3rpx 12rpx;
- height: 30rpx;
- border: 2rpx solid #999999;
- border-radius: 20rpx;
- font-size: 20rpx;
- color: #999999;
- line-height: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .list-item .item-right .bottom .right.data-v-2d6ca29c {
- width: 170rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 35rpx;
- }
- .list-item .item-right .bottom .right .flex.data-v-2d6ca29c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .list-item .item-right .bottom .right .flex .icon.data-v-2d6ca29c {
- margin-right: 5rpx;
- }
|