@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.box.data-v-2c27ccda {
|
width: 100%;
|
}
|
.box .sear.data-v-2c27ccda {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
}
|
.box .sear .sear-title.data-v-2c27ccda {
|
width: 100%;
|
text-align: center;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .sear .sear-item.data-v-2c27ccda {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
margin-top: 48rpx;
|
}
|
.box .sear .sear-item .sear-item-label.data-v-2c27ccda {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .sear .sear-item .sear-item-list.data-v-2c27ccda {
|
margin-top: 30rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.box .sear .sear-item .sear-item-list .active.data-v-2c27ccda {
|
background: rgba(0, 64, 150, 0.1) !important;
|
color: #004096 !important;
|
}
|
.box .sear .sear-item .sear-item-list .sear-item-list-item.data-v-2c27ccda {
|
width: 216rpx;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
background: #F7F7F7;
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.box .sear .sear-footer.data-v-2c27ccda {
|
width: 100%;
|
height: 88rpx;
|
margin-top: 80rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .sear .sear-footer .sear-footer-btn1.data-v-2c27ccda {
|
width: 334rpx;
|
height: 88rpx;
|
line-height: 88rpx;
|
text-align: center;
|
background: #E5E5E5;
|
border-radius: 44rpx;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #333333;
|
}
|
.box .sear .sear-footer .sear-footer-btn2.data-v-2c27ccda {
|
width: 334rpx;
|
height: 88rpx;
|
line-height: 88rpx;
|
text-align: center;
|
background: #004096;
|
border-radius: 44rpx;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|
.box .list.data-v-2c27ccda {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .list .list-item.data-v-2c27ccda {
|
width: 100%;
|
padding: 30rpx 0;
|
box-sizing: border-box;
|
display: flex;
|
align-items: flex-start;
|
border-bottom: 1rpx solid #E5E5E5;
|
}
|
.box .list .list-item .info.data-v-2c27ccda {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .list .list-item .info .info-title.data-v-2c27ccda {
|
font-weight: 600;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .list .list-item .info .info-desc.data-v-2c27ccda {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
margin-top: 16rpx;
|
}
|
.box .list .list-item .info .info-data.data-v-2c27ccda {
|
display: flex;
|
align-items: center;
|
margin-top: 20rpx;
|
}
|
.box .list .list-item .info .info-data .tips.data-v-2c27ccda {
|
height: 40rpx;
|
line-height: 40rpx;
|
padding: 0 8rpx;
|
box-sizing: border-box;
|
background: rgba(0, 183, 117, 0.1);
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #00B775;
|
margin-right: 20rpx;
|
}
|
.box .list .list-item .info .info-data text.data-v-2c27ccda {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .list .list-item .image.data-v-2c27ccda {
|
flex-shrink: 0;
|
width: 200rpx;
|
height: 150rpx;
|
border-radius: 8rpx;
|
margin-left: 30rpx;
|
overflow: hidden;
|
}
|
.box .list .list-item .image image.data-v-2c27ccda {
|
width: 100%;
|
}
|
.box .head.data-v-2c27ccda {
|
width: 100%;
|
height: 424rpx;
|
padding: 0 30rpx;
|
position: -webkit-sticky;
|
position: sticky;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
box-sizing: border-box;
|
background: linear-gradient(180deg, #C8F3FF 0%, #ffffff 100%);
|
}
|
.box .head .head-bar.data-v-2c27ccda {
|
width: 100%;
|
}
|
.box .head .head-bar .head-bar-nav.data-v-2c27ccda {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .head .head-bar .head-bar-nav text.data-v-2c27ccda {
|
font-weight: 500;
|
font-size: 40rpx;
|
color: #111111;
|
}
|
.box .head .search.data-v-2c27ccda {
|
width: 100%;
|
margin-top: 20rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .head .search .search-shai.data-v-2c27ccda {
|
margin-left: 30rpx;
|
flex-shrink: 0;
|
display: flex;
|
align-items: center;
|
}
|
.box .head .search .search-shai text.data-v-2c27ccda {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #666666;
|
}
|
.box .head .search .search-shai image.data-v-2c27ccda {
|
width: 28rpx;
|
height: 28rpx;
|
margin-left: 8rpx;
|
}
|