|
page {
|
background-color: #F9F9FB;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.box.data-v-8a541174 {
|
width: 100%;
|
}
|
.box .footer.data-v-8a541174 {
|
width: 100%;
|
background-color: #ffffff;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
z-index: 999;
|
height: calc(100rpx + env(safe-area-inset-bottom));
|
}
|
.box .footer .caozuo.data-v-8a541174 {
|
width: 100%;
|
height: 100rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
box-shadow: 0rpx -1rpx 0rpx 0rpx #EEEEEE;
|
}
|
.box .footer .caozuo .caozuo-left.data-v-8a541174 {
|
display: flex;
|
align-items: center;
|
}
|
.box .footer .caozuo .caozuo-left image.data-v-8a541174 {
|
width: 40rpx;
|
height: 40rpx;
|
margin-right: 16rpx;
|
}
|
.box .footer .caozuo .caozuo-left text.data-v-8a541174 {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.box .footer .caozuo .caozuo-btn.data-v-8a541174 {
|
padding: 0 36rpx;
|
box-sizing: border-box;
|
height: 64rpx;
|
line-height: 64rpx;
|
border-radius: 32rpx;
|
border: 1rpx solid #E4001D;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #E4001D;
|
}
|
.box .cate.data-v-8a541174 {
|
width: 100%;
|
height: 90rpx;
|
background: #FFFFFF;
|
display: flex;
|
align-items: center;
|
position: -webkit-sticky;
|
position: sticky;
|
top: 0;
|
left: 0;
|
z-index: 99;
|
border-bottom: 1rpx solid #E5E5E5;
|
}
|
.box .cate .active text.data-v-8a541174 {
|
font-weight: 500 !important;
|
font-size: 32rpx !important;
|
color: #222222 !important;
|
}
|
.box .cate .cate-item.data-v-8a541174 {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
position: relative;
|
}
|
.box .cate .cate-item image.data-v-8a541174 {
|
width: 28rpx;
|
height: 28rpx;
|
margin-right: 8rpx;
|
}
|
.box .cate .cate-item .wz.data-v-8a541174 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.box .cate .cate-item text.data-v-8a541174 {
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #666666;
|
}
|
.box .cate .cate-item .cate-item-x.data-v-8a541174 {
|
width: 40rpx;
|
height: 6rpx;
|
position: absolute;
|
bottom: 0;
|
left: 50%;
|
-webkit-transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
background-color: #004096;
|
}
|
.box .list.data-v-8a541174 {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
background-color: #ffffff;
|
}
|
.box .list .list-item.data-v-8a541174 {
|
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-8a541174 {
|
flex: 1;
|
display: flex;
|
align-items: center;
|
}
|
.box .list .list-item .info .check.data-v-8a541174 {
|
flex-shrink: 0;
|
width: 44rpx;
|
height: 44rpx;
|
margin-right: 20rpx;
|
}
|
.box .list .list-item .info .check image.data-v-8a541174 {
|
width: 100%;
|
}
|
.box .list .list-item .info .info-right.data-v-8a541174 {
|
display: flex;
|
flex-direction: column;
|
}
|
.box .list .list-item .info .info-right .info-title.data-v-8a541174 {
|
font-weight: 600;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .list .list-item .info .info-right .info-desc.data-v-8a541174 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
margin-top: 16rpx;
|
}
|
.box .list .list-item .info .info-right .info-data.data-v-8a541174 {
|
display: flex;
|
align-items: flex-start;
|
margin-top: 20rpx;
|
}
|
.box .list .list-item .info .info-right .info-data .tips.data-v-8a541174 {
|
flex-shrink: 0;
|
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-right .info-data text.data-v-8a541174 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .list .list-item .image.data-v-8a541174 {
|
flex-shrink: 0;
|
width: 200rpx;
|
height: 150rpx;
|
border-radius: 8rpx;
|
margin-left: 30rpx;
|
overflow: hidden;
|
}
|
.box .list .list-item .image image.data-v-8a541174 {
|
width: 100%;
|
}
|
.box .list1.data-v-8a541174 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
}
|
.box .list1 .list-item.data-v-8a541174 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
margin-bottom: 20rpx;
|
}
|
.box .list1 .list-item.data-v-8a541174:last-child {
|
margin: 0 !important;
|
}
|
.box .list1 .list-item .left.data-v-8a541174 {
|
flex-shrink: 0;
|
width: 40rpx;
|
height: 40rpx;
|
margin-right: 20rpx;
|
}
|
.box .list1 .list-item .left image.data-v-8a541174 {
|
width: 100%;
|
}
|
.box .list1 .list-item .right.data-v-8a541174 {
|
flex: 1;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
display: flex;
|
align-items: center;
|
}
|
.box .list1 .list-item .right .list-item-image.data-v-8a541174 {
|
flex-shrink: 0;
|
width: 144rpx;
|
height: 144rpx;
|
overflow: hidden;
|
border-radius: 8rpx;
|
border: 1rpx solid #EEEEEE;
|
margin-right: 24rpx;
|
}
|
.box .list1 .list-item .right .list-item-image image.data-v-8a541174 {
|
width: 100%;
|
}
|
.box .list1 .list-item .right .list-item-info.data-v-8a541174 {
|
flex: 1;
|
height: 144rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.box .list1 .list-item .right .list-item-info .list-item-info-top.data-v-8a541174 {
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .list1 .list-item .right .list-item-info .list-item-info-bottom.data-v-8a541174 {
|
display: flex;
|
align-items: baseline;
|
}
|
.box .list1 .list-item .right .list-item-info .list-item-info-bottom text.data-v-8a541174:nth-child(1) {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #E4001D;
|
}
|
.box .list1 .list-item .right .list-item-info .list-item-info-bottom text.data-v-8a541174:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
margin-left: 10rpx;
|
}
|