|
page {
|
background-color: #f7f7f7;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* uView的全局SCSS主题文件 */
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.box.data-v-d357e834 {
|
width: 100%;
|
}
|
.box .box_head.data-v-d357e834 {
|
width: 100%;
|
height: 240rpx;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: linear-gradient(180deg, #437CB3 0%, #F7F7F7 100%);
|
}
|
.box .box_head .box_head_info.data-v-d357e834 {
|
width: 100%;
|
padding: 32rpx 30rpx;
|
box-sizing: border-box;
|
background-color: rgba(255, 255, 255, 0.7);
|
border-radius: 16rpx;
|
position: relative;
|
}
|
.box .box_head .box_head_info .yellow.data-v-d357e834 {
|
background-color: #FF971D !important;
|
}
|
.box .box_head .box_head_info .info.data-v-d357e834 {
|
background-color: #CCCCCC !important;
|
}
|
.box .box_head .box_head_info .status.data-v-d357e834 {
|
position: absolute;
|
top: 0;
|
right: 0;
|
width: 118rpx;
|
height: 52rpx;
|
line-height: 52rpx;
|
text-align: center;
|
background: #FF971D;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
font-style: normal;
|
border-radius: 0rpx 16rpx 0rpx 32rpx;
|
}
|
.box .box_head .box_head_info .box_head_info_title.data-v-d357e834 {
|
font-weight: 500;
|
font-size: 40rpx;
|
color: #222222;
|
font-style: normal;
|
}
|
.box .box_head .box_head_info .box_head_info_list.data-v-d357e834 {
|
width: 100%;
|
margin-top: 24rpx;
|
position: relative;
|
}
|
.box .box_head .box_head_info .box_head_info_list image.data-v-d357e834 {
|
width: 200rpx;
|
height: 202rpx;
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
}
|
.box .box_head .box_head_info .box_head_info_list .box_head_info_list_item.data-v-d357e834 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
margin-bottom: 20rpx;
|
}
|
.box .box_head .box_head_info .box_head_info_list .box_head_info_list_item.data-v-d357e834:last-child {
|
margin: 0 !important;
|
}
|
.box .box_head .box_head_info .box_head_info_list .box_head_info_list_item .label.data-v-d357e834 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
font-style: normal;
|
}
|
.box .box_head .box_head_info .box_head_info_list .box_head_info_list_item .value.data-v-d357e834 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #222222;
|
font-style: normal;
|
}
|
.box .box_head .details_footer.data-v-d357e834 {
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
z-index: 99;
|
padding: 10rpx 30rpx calc(env(safe-area-inset-bottom) + 10rpx) 30rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
display: flex;
|
align-items: center;
|
}
|
.box .box_head .box_head_infoA.data-v-d357e834 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
overflow: hidden;
|
margin-top: 30rpx;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
}
|
.box .box_head .box_head_infoA .info_list.data-v-d357e834 {
|
width: 100%;
|
margin-top: 30rpx;
|
overflow: hidden;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row.data-v-d357e834 {
|
width: 100%;
|
min-height: 80rpx;
|
display: flex;
|
align-items: flex-start;
|
margin-bottom: 40rpx;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row.data-v-d357e834:last-child {
|
margin: 0 !important;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian.data-v-d357e834 {
|
flex-shrink: 0;
|
width: 20rpx;
|
min-height: 80rpx;
|
margin-right: 20rpx;
|
position: relative;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_d.data-v-d357e834 {
|
width: 28rpx;
|
height: 28rpx;
|
border-radius: 50%;
|
padding: 4rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
border: 2rpx solid #999999;
|
position: relative;
|
z-index: 9;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_d .info_list_row_xian_d_y.data-v-d357e834 {
|
width: 100%;
|
height: 100%;
|
border-radius: 50%;
|
background: #999999;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_h.data-v-d357e834 {
|
width: 2rpx;
|
height: calc(100% + 45rpx);
|
position: absolute;
|
top: 0;
|
left: 12rpx;
|
background-color: #CCCCCC;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info.data-v-d357e834 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_top.data-v-d357e834 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_top text.data-v-d357e834:nth-child(1) {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #333333;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_top text.data-v-d357e834:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_bottom.data-v-d357e834 {
|
width: 100%;
|
margin-top: 14rpx;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr.data-v-d357e834 {
|
width: 100%;
|
padding: 24rpx;
|
box-sizing: border-box;
|
background: #F7F7F7;
|
border-radius: 16rpx;
|
display: flex;
|
flex-direction: column;
|
margin-top: 20rpx;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_title.data-v-d357e834 {
|
font-weight: 500;
|
font-size: 26rpx;
|
color: #666666;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val.data-v-d357e834 {
|
display: flex;
|
flex-direction: column;
|
margin-top: 12rpx;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val text.data-v-d357e834 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
font-style: normal;
|
margin-bottom: 20rpx;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val text.data-v-d357e834:last-child {
|
margin: 0 !important;
|
}
|
.box .box_head .box_head_infoA .info_list .f.data-v-d357e834 {
|
display: flex !important;
|
flex-direction: column !important;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item.data-v-d357e834 {
|
width: 100%;
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
margin-bottom: 20rpx;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item.data-v-d357e834:last-child {
|
margin: 0 !important;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu.data-v-d357e834 {
|
width: 100%;
|
margin-top: 20rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_zw.data-v-d357e834 {
|
width: 140rpx;
|
height: 0;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_up.data-v-d357e834 {
|
width: 140rpx;
|
height: 140rpx;
|
border-radius: 15rpx;
|
margin-bottom: 20rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
border: 1rpx solid #999999;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img.data-v-d357e834 {
|
width: 140rpx;
|
height: 140rpx;
|
border-radius: 15rpx;
|
margin-bottom: 20rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
overflow: hidden;
|
position: relative;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img .info_list_item_tu_img_dele.data-v-d357e834 {
|
width: 50rpx;
|
height: 50rpx;
|
position: absolute;
|
right: 0;
|
top: 0;
|
z-index: 9;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img image.data-v-d357e834 {
|
width: 100%;
|
height: 100%;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img video.data-v-d357e834 {
|
height: 100%;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_label1.data-v-d357e834 {
|
width: 100%;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_label.data-v-d357e834 {
|
width: 200rpx;
|
flex-shrink: 0;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_val.data-v-d357e834 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #222222;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .box_head_info_title.data-v-d357e834 {
|
width: 100%;
|
height: 44rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box_head .box_head_infoA .box_head_info_title .title.data-v-d357e834 {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #222222;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .box_head_info_title .rowwle.data-v-d357e834 {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_head .box_head_infoA .box_head_info_title .rowwle text.data-v-d357e834 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
font-style: normal;
|
}
|
.box .box_head .box_head_infoA .box_head_info_title .rowwle image.data-v-d357e834 {
|
width: 22rpx;
|
height: 12rpx;
|
margin-left: 8rpx;
|
}
|