|
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-55a29c78 {
|
width: 100%;
|
}
|
.box .sear.data-v-55a29c78 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
}
|
.box .sear .sear-title.data-v-55a29c78 {
|
width: 100%;
|
text-align: center;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .sear .sear-item.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
margin-top: 48rpx;
|
}
|
.box .sear .sear-item .sear-item-label.data-v-55a29c78 {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .sear .sear-item .sear-item-list.data-v-55a29c78 {
|
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-55a29c78 {
|
background: rgba(0, 64, 150, 0.1) !important;
|
color: #004096 !important;
|
}
|
.box .sear .sear-item .sear-item-list .sear-item-list-item.data-v-55a29c78 {
|
width: 216rpx;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
background: #F7F7F7;
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
margin-bottom: 20rpx;
|
}
|
.box .sear .sear-footer.data-v-55a29c78 {
|
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-55a29c78 {
|
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-55a29c78 {
|
width: 334rpx;
|
height: 88rpx;
|
line-height: 88rpx;
|
text-align: center;
|
background: #004096;
|
border-radius: 44rpx;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|
.box .box-list.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box-list .item.data-v-55a29c78 {
|
width: 100%;
|
}
|
.box .box-list .item .item-date.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
padding: 30rpx;
|
box-sizing: border-box;
|
}
|
.box .box-list .item .item-date .item-date-top.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .box-list .item .item-date .item-date-top image.data-v-55a29c78 {
|
width: 26rpx;
|
height: 26rpx;
|
margin-left: 12rpx;
|
}
|
.box .box-list .item .item-date .item-date-top text.data-v-55a29c78 {
|
font-weight: 600;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .box-list .item .item-date .item-date-bottom.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
margin-top: 20rpx;
|
}
|
.box .box-list .item .item-date .item-date-bottom text.data-v-55a29c78 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
}
|
.box .box-list .item .item-date .item-date-bottom text.data-v-55a29c78:nth-child(2) {
|
margin-left: 62rpx;
|
}
|
.box .box-list .item .item-list.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.box .box-list .item .item-list .item-list-item.data-v-55a29c78 {
|
width: 100%;
|
padding: 30rpx 0;
|
box-sizing: border-box;
|
border-bottom: 1rpx solid #E5E5E5;
|
display: flex;
|
align-items: flex-start;
|
justify-content: center;
|
}
|
.box .box-list .item .item-list .item-list-item .image.data-v-55a29c78 {
|
flex-shrink: 0;
|
width: 72rpx;
|
height: 72rpx;
|
border-radius: 50%;
|
overflow: hidden;
|
margin-right: 20rpx;
|
}
|
.box .box-list .item .item-list .item-list-item .image image.data-v-55a29c78 {
|
width: 100%;
|
}
|
.box .box-list .item .item-list .item-list-item .info.data-v-55a29c78 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-a.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-a .info-a-label.data-v-55a29c78 {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-a .info-a-price.data-v-55a29c78 {
|
display: flex;
|
align-items: baseline;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-a .info-a-price text.data-v-55a29c78:nth-child(1) {
|
font-weight: 600;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-a .info-a-price text.data-v-55a29c78:nth-child(1)::before {
|
content: "+";
|
font-weight: 600;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-a .info-a-price text.data-v-55a29c78:nth-child(2) {
|
font-weight: 600;
|
font-size: 24rpx;
|
color: #222222;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-b.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 12rpx;
|
}
|
.box .box-list .item .item-list .item-list-item .info .info-b text.data-v-55a29c78 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .sele.data-v-55a29c78 {
|
width: 200rpx;
|
height: 64rpx;
|
padding: 0 24rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 32rpx;
|
border: 1rpx solid #EEEEEE;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-left: 30rpx;
|
}
|
.box .sele text.data-v-55a29c78 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #333333;
|
}
|
.box .data.data-v-55a29c78 {
|
width: 100%;
|
padding: 20rpx 30rpx;
|
box-sizing: border-box;
|
}
|
.box .data .hezi.data-v-55a29c78 {
|
width: 100%;
|
height: 304rpx;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: #004096;
|
border-radius: 16rpx;
|
}
|
.box .data .hezi .hezi-a.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .data .hezi .hezi-a text.data-v-55a29c78 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: rgba(255, 255, 255, 0.7);
|
margin-right: 20rpx;
|
}
|
.box .data .hezi .hezi-b.data-v-55a29c78 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 14rpx;
|
}
|
.box .data .hezi .hezi-b .hezi-b-price.data-v-55a29c78 {
|
display: flex;
|
align-items: baseline;
|
}
|
.box .data .hezi .hezi-b .hezi-b-price text.data-v-55a29c78:nth-child(1) {
|
font-weight: 600;
|
font-size: 44rpx;
|
color: #FFFFFF;
|
}
|
.box .data .hezi .hezi-b .hezi-b-price text.data-v-55a29c78:nth-child(2) {
|
font-weight: 600;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
}
|
.box .data .hezi .hezi-b .hezi-b-btn.data-v-55a29c78 {
|
width: 100rpx;
|
height: 52rpx;
|
line-height: 52rpx;
|
text-align: center;
|
background: #FFFFFF;
|
border-radius: 26rpx;
|
font-weight: 500;
|
font-size: 26rpx;
|
color: #004096;
|
}
|
.box .data .hezi .hezi-c.data-v-55a29c78 {
|
width: 100%;
|
height: 138rpx;
|
margin-top: 24rpx;
|
display: flex;
|
align-items: center;
|
border-top: 1rpx solid rgba(255, 255, 255, 0.09);
|
}
|
.box .data .hezi .hezi-c .hezi-c-item.data-v-55a29c78 {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.box .data .hezi .hezi-c .hezi-c-item.data-v-55a29c78:first-child {
|
border-right: 1rpx solid rgba(255, 255, 255, 0.09);
|
}
|
.box .data .hezi .hezi-c .hezi-c-item .hezi-c-item-title.data-v-55a29c78 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: rgba(255, 255, 255, 0.7);
|
}
|
.box .data .hezi .hezi-c .hezi-c-item .hezi-c-item-price.data-v-55a29c78 {
|
display: flex;
|
align-items: baseline;
|
margin-top: 8rpx;
|
}
|
.box .data .hezi .hezi-c .hezi-c-item .hezi-c-item-price text.data-v-55a29c78:nth-child(1) {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #FFFFFF;
|
}
|
.box .data .hezi .hezi-c .hezi-c-item .hezi-c-item-price text.data-v-55a29c78:nth-child(2) {
|
font-weight: 600;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
}
|
.box .data .tx.data-v-55a29c78 {
|
width: 100%;
|
height: 104rpx;
|
background: rgba(0, 64, 150, 0.12);
|
border-radius: 16rpx;
|
position: relative;
|
top: -20rpx;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #004096;
|
padding: 40rpx 30rpx 0 30rpx;
|
box-sizing: border-box;
|
}
|