|
page {
|
background-color: #F8F9FB;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* uni.scss */
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.detail.data-v-3344e2da {
|
width: 100%;
|
}
|
.detail .tips.data-v-3344e2da {
|
width: 100%;
|
height: 80rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
background: #FFE9E9;
|
position: fixed;
|
bottom: calc(100rpx + env(safe-area-inset-bottom));
|
left: 0;
|
display: flex;
|
align-items: center;
|
}
|
.detail .tips image.data-v-3344e2da {
|
width: 28rpx;
|
height: 28rpx;
|
margin-right: 16rpx;
|
}
|
.detail .tips text.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FF0000;
|
}
|
.detail .footer.data-v-3344e2da {
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
z-index: 9;
|
background-color: #ffffff;
|
}
|
.detail .footer .footer-btns.data-v-3344e2da {
|
width: 100%;
|
height: 100rpx;
|
display: flex;
|
align-items: center;
|
justify-content: flex-end;
|
}
|
.detail .footer .footer-btns .kong.data-v-3344e2da {
|
border: 1rpx solid #B2B2B2;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #666666;
|
}
|
.detail .footer .footer-btns .you.data-v-3344e2da {
|
background: #10B2FA;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #FFFFFF;
|
}
|
.detail .footer .footer-btns .btn.data-v-3344e2da {
|
width: 160rpx;
|
height: 64rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
border-radius: 32rpx;
|
margin-left: 20rpx;
|
}
|
.detail .head.data-v-3344e2da {
|
width: 100%;
|
background: #E4730B;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 9;
|
}
|
.detail .head .head-nav.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.detail .head .head-nav image.data-v-3344e2da {
|
width: 48rpx;
|
height: 48rpx;
|
}
|
.detail .head .head-nav text.data-v-3344e2da {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|
.detail .nr.data-v-3344e2da {
|
width: 100%;
|
height: 264rpx;
|
padding: 22rpx 30rpx;
|
box-sizing: border-box;
|
background-color: #E4730B;
|
}
|
.detail .nr .nr-status.data-v-3344e2da {
|
display: flex;
|
align-items: baseline;
|
}
|
.detail .nr .nr-status text.data-v-3344e2da {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #FFFFFF;
|
margin-right: 16rpx;
|
}
|
.detail .nr .nr-status .nr-status-type.data-v-3344e2da {
|
width: 64rpx;
|
height: 38rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
background: #FFFFFF;
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #FA8010;
|
}
|
.detail .nr .nr-status .nr-status-type1.data-v-3344e2da {
|
width: 88rpx;
|
height: 38rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
background: #FFFFFF;
|
border-radius: 8rpx;
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #10B2FA;
|
margin-left: 16rpx;
|
}
|
.detail .nr .nr-desc.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
margin-top: 12rpx;
|
}
|
.detail .nr .item.data-v-3344e2da {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
margin-top: 30rpx;
|
}
|
.detail .nr .item map.data-v-3344e2da {
|
width: 100%;
|
height: 362rpx;
|
border-radius: 16rpx;
|
}
|
.detail .nr .item .addr.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.detail .nr .item .addr .addr-item.data-v-3344e2da {
|
padding-left: 58rpx;
|
box-sizing: border-box;
|
position: relative;
|
margin-bottom: 40rpx;
|
}
|
.detail .nr .item .addr .addr-item.data-v-3344e2da:last-child {
|
margin-bottom: 0 !important;
|
}
|
.detail .nr .item .addr .addr-item .bg.data-v-3344e2da {
|
background: #10B2FA;
|
}
|
.detail .nr .item .addr .addr-item .bg1.data-v-3344e2da {
|
background-color: #FA8010;
|
}
|
.detail .nr .item .addr .addr-item .xiantiao.data-v-3344e2da {
|
width: 2rpx;
|
height: 100%;
|
position: absolute;
|
top: 24px;
|
left: 20rpx;
|
border-right: 2rpx dashed #E5E5E5;
|
}
|
.detail .nr .item .addr .addr-item .ji.data-v-3344e2da {
|
position: absolute;
|
top: 10rpx;
|
left: 4rpx;
|
width: 40rpx;
|
height: 40rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
border-radius: 50%;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
}
|
.detail .nr .item .addr .addr-item text.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
margin-top: 10rpx;
|
}
|
.detail .nr .item .addr .addr-item .addr-item-top.data-v-3344e2da {
|
display: flex;
|
align-items: center;
|
}
|
.detail .nr .item .addr .addr-item .addr-item-top text.data-v-3344e2da {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.detail .nr .item .addr .addr-item .addr-item-top image.data-v-3344e2da {
|
width: 13rpx;
|
margin-left: 12rpx;
|
}
|
.detail .nr .item .xl.data-v-3344e2da {
|
width: 100%;
|
}
|
.detail .nr .item .xl .xl-item.data-v-3344e2da {
|
width: 100%;
|
margin-bottom: 26rpx;
|
}
|
.detail .nr .item .xl .xl-item.data-v-3344e2da:last-child {
|
margin: 0 !important;
|
}
|
.detail .nr .item .xl .xl-item .xl-item-top.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.detail .nr .item .xl .xl-item .xl-item-top text.data-v-3344e2da {
|
font-weight: 600;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.detail .nr .item .xl .xl-item .xl-item-bottom.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 12rpx;
|
}
|
.detail .nr .item .xl .xl-item .xl-item-bottom text.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #8C939F;
|
}
|
.detail .nr .item .tuikuan.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.detail .nr .item .tuikuan .tuikuan-top.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.detail .nr .item .tuikuan .tuikuan-top text.data-v-3344e2da:nth-child(1) {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.detail .nr .item .tuikuan .tuikuan-top text.data-v-3344e2da:nth-child(2) {
|
font-weight: 500;
|
font-size: 36rpx;
|
color: #FE2C2E;
|
}
|
.detail .nr .item .tuikuan .tuikuan-top text.data-v-3344e2da:nth-child(2):before {
|
content: "¥";
|
font-weight: 500;
|
font-size: 24rpx;
|
color: #FE2C2E;
|
}
|
.detail .nr .item .tuikuan .tuikuan-bottom.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 8rpx;
|
}
|
.detail .nr .item .tuikuan .tuikuan-bottom text.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #666666;
|
}
|
.detail .nr .item .item-qrcode.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
margin-top: 40rpx;
|
}
|
.detail .nr .item .item-qrcode image.data-v-3344e2da {
|
width: 360rpx;
|
height: 360rpx;
|
}
|
.detail .nr .item .item-qrcode text.data-v-3344e2da:nth-child(2) {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #222222;
|
margin-top: 12rpx;
|
}
|
.detail .nr .item .item-qrcode text.data-v-3344e2da:nth-child(3) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
margin-top: 12rpx;
|
}
|
.detail .nr .item .item-x.data-v-3344e2da {
|
width: 100%;
|
height: 1rpx;
|
margin: 30rpx 0;
|
background-color: #E5E5E5;
|
}
|
.detail .nr .item .item-title.data-v-3344e2da {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.detail .nr .item .item-infos.data-v-3344e2da {
|
width: 100%;
|
margin-top: 18rpx;
|
}
|
.detail .nr .item .item-infos .item-infos-item.data-v-3344e2da {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 20rpx;
|
}
|
.detail .nr .item .item-infos .item-infos-item.data-v-3344e2da:last-child {
|
margin: 0 !important;
|
}
|
.detail .nr .item .item-infos .item-infos-item .item-infos-item-left.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.detail .nr .item .item-infos .item-infos-item .item-infos-item-right.data-v-3344e2da {
|
display: flex;
|
align-items: center;
|
}
|
.detail .nr .item .item-infos .item-infos-item .item-infos-item-right text.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #666666;
|
}
|
.detail .nr .item .item-infos .item-infos-item .item-infos-item-right image.data-v-3344e2da {
|
width: 24rpx;
|
margin-left: 16rpx;
|
}
|
.detail .nr .item .item-list.data-v-3344e2da {
|
width: 100%;
|
}
|
.detail .nr .item .item-list .item-list-row.data-v-3344e2da {
|
width: 100%;
|
margin-bottom: 24rpx;
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
}
|
.detail .nr .item .item-list .item-list-row.data-v-3344e2da:last-child {
|
margin-bottom: 0 !important;
|
}
|
.detail .nr .item .item-list .item-list-row .item-form-label.data-v-3344e2da {
|
width: 300rpx;
|
flex-shrink: 0;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.detail .nr .item .item-list .item-list-row .item-form-val.data-v-3344e2da {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #333333;
|
}
|
.detail .nr .item .item-list .item-list-row .price.data-v-3344e2da:before {
|
content: "¥";
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #FE2C2E;
|
}
|
.detail .nr .item .item-list .item-list-row .item-form-list.data-v-3344e2da {
|
max-width: 360rpx;
|
display: flex;
|
flex-wrap: wrap;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row.data-v-3344e2da {
|
width: 88rpx;
|
height: 88rpx;
|
border-radius: 8rpx;
|
overflow: hidden;
|
}
|
.detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row image.data-v-3344e2da {
|
width: 100%;
|
}
|