123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .header.data-v-0118b9ab {
- width: 100%;
- height: 100rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 40rpx;
- }
- .header .leftBox.data-v-0118b9ab {
- display: flex;
- align-items: center;
- }
- .header .leftBox .greet.data-v-0118b9ab {
- font-size: 20rpx;
- margin-bottom: 6rpx;
- }
- .header .leftBox .name.data-v-0118b9ab {
- font-size: 32rpx;
- }
- .header .leftBox image.data-v-0118b9ab {
- width: 100rpx;
- height: 100rpx;
- border-radius: 32rpx;
- margin-right: 20rpx;
- }
- .header .rightBox image.data-v-0118b9ab {
- width: 50rpx;
- height: 50rpx;
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .Search.data-v-459551f4 {
- padding: 0 40rpx;
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .MenuTab {
- position: relative;
- height: 80rpx;
- line-height: 80rpx;
- z-index: 2;
- }
- .MenuTab .menuBox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 40rpx;
- }
- .MenuTab .menuBox .u-tabs {
- width: 100%;
- }
- .MenuTab .active {
- font-size: 40rpx;
- font-weight: bold;
- }
- .MenuTab .subMenuBox {
- width: 100%;
- position: absolute;
- left: 0;
- top: 100%;
- z-index: 10;
- background-color: #fff;
- box-shadow: 0 12rpx 24rpx rgba(0, 0, 0, 0.175);
- border-radius: 0 0 20rpx 20rpx;
- padding: 50rpx 40rpx;
- }
- .MenuTab .subMenuBox .subTitle {
- font-size: 40rpx;
- margin-bottom: 20rpx;
- font-weight: 600;
- }
- .MenuTab .subMenuBox .subMenu {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .MenuTab .subMenuBox .subMenu .u-transition {
- margin: 10rpx;
- }
- .MenuTab .overlay {
- width: 100%;
- height: calc(100vh - 100rpx - (88rpx + 40rpx) - 80rpx);
- background-color: rgba(0, 0, 0, 0.5);
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page.data-v-57280228 {
- background-color: #f9f9f9;
- font-size: 28rpx;
- height: 100%;
- }
- .infoBox.data-v-57280228 {
- height: 100vh;
- padding-top: 20rpx;
- display: flex;
- flex-direction: column;
- }
- .infoBox.data-v-57280228 .Search {
- margin: 20rpx 0;
- }
- .infoBox .content.data-v-57280228 {
- min-height: 0;
- flex: 1;
- box-sizing: border-box;
- overflow-y: auto;
- position: relative;
- }
- .infoBox .content.data-v-57280228 .u-loadmore {
- padding-bottom: 200rpx;
- }
- .infoBox .content.data-v-57280228 .u-empty {
- position: absolute;
- left: 50%;
- -webkit-transform: translate(-50%, 50%);
- transform: translate(-50%, 50%);
- }
- .infoBox .firstInfo.data-v-57280228 {
- margin: 20rpx auto;
- width: 90%;
- height: 320rpx;
- display: flex;
- justify-content: space-between;
- padding: 40rpx;
- color: #000;
- font-size: 32rpx;
- position: relative;
- z-index: 0;
- }
- .infoBox .firstInfo image.data-v-57280228 {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 320rpx;
- border-radius: 30rpx;
- z-index: -1;
- }
- .infoBox .firstInfo .time.data-v-57280228 {
- opacity: 0.8;
- font-size: 24rpx;
- }
- .infoBox .firstInfo .title.data-v-57280228 {
- margin: 10rpx 0;
- }
- .infoBox .firstInfo .custom-icon-collect.data-v-57280228 {
- font-size: 40rpx;
- }
- .infoBox .info.data-v-57280228 {
- width: 90%;
- background-color: #fff;
- display: flex;
- padding: 20rpx;
- height: 260rpx;
- margin: 10rpx auto;
- border-radius: 24rpx;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
- }
- .infoBox .info .leftBox.data-v-57280228 {
- width: 66%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .infoBox .info .title.data-v-57280228 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- .infoBox .info .attentionSituation.data-v-57280228 {
- font-size: 24rpx;
- display: flex;
- align-items: center;
- }
- .infoBox .info .attentionSituation .collectCount.data-v-57280228,
- .infoBox .info .attentionSituation .commentCount.data-v-57280228 {
- display: flex;
- align-items: center;
- }
- .infoBox .info .attentionSituation .custom-icon.data-v-57280228 {
- margin-right: 10rpx;
- }
- .infoBox .info .attentionSituation .custom-icon.data-v-57280228::before {
- background: -webkit-linear-gradient(left, #f84a1a, #ffa53e);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- font-weight: bold;
- }
- .infoBox .info .attentionSituation .collectCount.data-v-57280228 {
- margin-right: 30rpx;
- }
- .infoBox .info .attentionSituation .time.data-v-57280228 {
- color: #aaa;
- }
- .infoBox .info image.data-v-57280228 {
- flex: 1;
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- }
- .infoBox .info .rightBox.data-v-57280228 {
- width: 100%;
- height: 100%;
- }
- .infoBox .info .rightBox image.data-v-57280228 {
- width: 100%;
- height: 100%;
- }
|