123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .content.data-v-055be9d8 {
- padding-bottom: 1rpx;
- }
- .swiper-box.data-v-055be9d8 {
- position: -webkit-sticky;
- position: sticky;
- top: 0px;
- left: 0;
- height: 422rpx;
- z-index: 9;
- }
- .sticky-top.data-v-055be9d8 {
- position: -webkit-sticky;
- position: sticky;
- top: 192rpx;
- left: 0;
- margin: 30rpx 30rpx;
- border-radius: 20rpx;
- overflow: hidden;
- background-color: #4fc08d;
- z-index: 10;
- 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;
- padding-right: 3%;
- }
- .sticky-top .top-search.data-v-055be9d8 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .sticky.data-v-055be9d8 {
- position: -webkit-sticky;
- position: sticky;
- top: 295rpx;
- left: 0;
- background-color: #fff;
- z-index: 9;
- margin: 30rpx 30rpx;
- border-radius: 20rpx;
- }
- .sticky .grid.data-v-055be9d8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding: 1% 2%;
- margin-bottom: 2%;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .sticky .grid .grid-item.data-v-055be9d8 {
- width: 50px;
- height: 60px;
- 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;
- font-size: 12px;
- }
- .list-item.data-v-055be9d8 {
- 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;
- height: 170rpx;
- padding: 34rpx 20rpx;
- margin: 24rpx 30rpx;
- border-radius: 20rpx;
- }
- .list-item .avatar.data-v-055be9d8 {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 161rpx;
- height: 161rpx;
- margin-right: 16rpx;
- }
- .list-item .item-right.data-v-055be9d8 {
- -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;
- height: 200rpx;
- }
- .list-item .item-right .top.data-v-055be9d8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- }
- .list-item .item-right .top .icon.data-v-055be9d8 {
- margin-top: -20rpx;
- padding: 20rpx;
- }
- .list-item .item-right .center.data-v-055be9d8 {
- -webkit-align-self: flex-start;
- align-self: flex-start;
- }
- .list-item .item-right .center .details.data-v-055be9d8 {
- width: 436rpx;
- height: 70rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #0F0404;
- 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-055be9d8 {
- 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;
- }
- .list-item .item-right .bottom .title.data-v-055be9d8 {
- padding: 3rpx 12rpx;
- height: 30rpx;
- background: #FFE6E6;
- border: 1rpx solid #E31818;
- border-radius: 2rpx;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #E31818;
- 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-055be9d8 {
- 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-055be9d8 {
- 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-055be9d8 {
- margin-right: 5rpx;
- }
|