| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .status_bar {
- width: 100%;
- background-color: #FFFFFF;
- }
- .top-content {
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 10;
- }
- .top-title {
- height: 88rpx;
- line-height: 88rpx;
- font-size: 42rpx;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #222222;
- padding-left: 41rpx;
- background-color: #FFFFFF;
- }
- .search-cont {
- padding: 16rpx 30rpx;
- background-color: #FFFFFF;
- }
- .search-cont .inner {
- box-sizing: border-box;
- width: 100%;
- height: 72rpx;
- background: #F7F7F7;
- border-radius: 36rpx;
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- }
- .search-cont .inner .icon-search {
- width: 28rpx;
- height: 28rpx;
- margin-right: 20rpx;
- }
- .search-cont .inner input {
- height: 60rpx;
- line-height: 60rpx;
- flex: 1;
- }
- .keyword-list {
- box-sizing: border-box;
- background: #fff;
- padding: 10rpx 27rpx;
- height: 100rpx;
- }
- .keyword-list .inner {
- display: flex;
- }
- .keyword-list .item {
- flex-shrink: 0;
- padding: 0 24rpx;
- height: 64rpx;
- line-height: 64rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #2BC7B9;
- background: #F5FFFE;
- border: 1px solid #8AD5CE;
- border-radius: 32rpx;
- margin: 0 20rpx 20rpx 0;
- }
- .keyword-list .item.active {
- color: #FFFFFF;
- background: #2BC7B9;
- border: 1px solid #2BC7B9;
- }
- .know-list {
- margin-top: 20rpx;
- padding: 0 10rpx;
- }
- .know-list .item {
- box-sizing: border-box;
- height: 271rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 40rpx 30rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 20rpx;
- }
- .know-list .item .left {
- flex: 1;
- padding-right: 40rpx;
- height: 190rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .know-list .item .left .title {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 48rpx;
- }
- .know-list .item .left .info-box {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .know-list .item .left .info-box .readers {
- display: flex;
- align-items: center;
- }
- .know-list .item .left .info-box .readers .head-box {
- margin-right: 27rpx;
- display: flex;
- align-items: center;
- }
- .know-list .item .left .info-box .readers .head-box .head {
- width: 48rpx;
- height: 48rpx;
- border-radius: 50%;
- overflow: hidden;
- box-shadow: 0 0 0 1px #fff;
- margin-right: -10rpx;
- }
- .know-list .item .left .info-box .readers .head-box .head image {
- width: 100%;
- height: 100%;
- }
- .know-list .item .left .info-box .readers .readings {
- display: flex;
- align-items: center;
- }
- .know-list .item .left .info-box .readers .readings .eye {
- width: 26rpx;
- height: 20rpx;
- margin-right: 9rpx;
- }
- .know-list .item .left .info-box .readers .readings .num {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 1;
- }
- .know-list .item .left .info-box .time {
- font-size: 24rpx;
- line-height: 1;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .know-list .item .right {
- width: 250rpx;
- height: 190rpx;
- border-radius: 8rpx;
- overflow: hidden;
- }
- .know-list .item .right image {
- width: 100%;
- height: 100%;
- }
|