lanan-old/detection-user/unpackage/dist/dev/mp-weixin/pages/detection/orderdetais.wxss
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00

605 lines
12 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
image.data-v-e4f8981a {
width: 100%;
height: 100%;
}
.content.data-v-e4f8981a {
box-sizing: border-box;
width: 100%;
height: 100%;
background: #F4F4F4;
}
.top-heder.data-v-e4f8981a {
width: 100%;
background: white;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 5px 15px;
padding-top: 45px;
padding-bottom: 15px;
margin-bottom: 10px;
}
.t-title.data-v-e4f8981a {
font-size: 17px;
font-weight: bold;
color: #333333;
}
.t-left.data-v-e4f8981a {
width: 10%;
}
.t-you.data-v-e4f8981a {
height: 100%;
width: 10%;
}
.x-box.data-v-e4f8981a {
width: 95%;
margin: 10px auto;
background: #FFFFFF;
border-radius: 8px;
box-sizing: border-box;
padding: 10px;
background: white;
}
.di-bottom.data-v-e4f8981a {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.bottomx.data-v-e4f8981a {
margin: 0 auto;
width: 225px;
height: 46px;
border-radius: 6px 6px 6px 6px;
opacity: 1;
border: 1px solid #0D2E8D;
display: flex;
align-items: center;
justify-content: center;
color: #0D2E8D;
}
.touxiang.data-v-e4f8981a {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin: 10px auto;
}
.sanniu.data-v-e4f8981a {
width: 105px;
height: 35px;
background: #0D2E8D;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 400;
color: #FFFFFF;
line-height: 15px;
margin: 0 auto;
}
.annniu.data-v-e4f8981a {
width: 90%;
height: 45px;
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 400;
color: #FFFFFF;
line-height: 15px;
margin: 15px auto;
}
.banniu.data-v-e4f8981a {
width: 20%;
height: 30px;
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 400;
color: #FFFFFF;
}
.zdxdbt.data-v-e4f8981a {
width: 100%;
background-color: white;
box-sizing: border-box;
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.dix.data-v-e4f8981a {
display: flex;
align-items: center;
}
.box-dis.data-v-e4f8981a {
box-sizing: border-box;
padding: 15px;
display: flex;
align-items: center;
}
.shop-img.data-v-e4f8981a {
width: 125px;
height: 125px;
border-radius: 8px;
overflow: hidden;
margin-right: 10px;
}
.dis-hui.data-v-e4f8981a {
width: 100%;
display: flex;
align-items: center;
font-size: 15px;
font-weight: 400;
color: #999999;
margin-bottom: 5px;
}
.h-title.data-v-e4f8981a {
font-size: 16px;
font-weight: bold;
color: #333333;
margin-bottom: 5px;
}
.box-top.data-v-e4f8981a {
box-sizing: border-box;
padding: 15px;
border-bottom: 1px solid #EEEEEE;
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
}
.t-input.data-v-e4f8981a {
width: 90%;
margin: 20px auto;
border: 1px solid #0D2E8D;
border-radius: 6px;
box-sizing: border-box;
padding: 2px 5px;
}
.on-input.data-v-e4f8981a {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px auto;
}
.on-inputx.data-v-e4f8981a {
width: 100%;
display: flex;
align-items: center;
margin: 15px auto;
}
.bottom-input.data-v-e4f8981a {
border-top: 1px solid #F4F4F4;
box-sizing: border-box;
padding-top: 20px;
display: flex;
justify-content: space-between;
width: 100%;
}
.o-left.data-v-e4f8981a {
font-size: 15px;
font-weight: 400;
color: #666666;
}
.o-right.data-v-e4f8981a {
font-size: 15px;
font-weight: 400;
color: #333333;
}
.o-zui.data-v-e4f8981a {
font-size: 20px;
font-weight: 500;
color: #333333;
}
.popup-box.data-v-e4f8981a {
overflow: hidden;
border-radius: 8px;
box-sizing: border-box;
padding: 15px;
width: 100%;
background-color: white;
}
.sousuo.data-v-e4f8981a {
width: 95%;
margin: 0 auto;
margin-left: 0px;
height: 30px;
background: #F0F0F0;
border-radius: 50px;
color: #999999;
box-sizing: border-box;
padding: 0 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.sousuo input.data-v-e4f8981a {
width: 80%;
}
.list-box.data-v-e4f8981a {
width: 100%;
height: 300px;
overflow: hidden;
box-sizing: border-box;
}
.list_scroll.data-v-e4f8981a {
height: 100%;
display: flex;
flex-direction: column;
}
.list-qiu.data-v-e4f8981a {
width: 95%;
border-bottom: 1px solid #EEEEEE;
box-sizing: border-box;
padding: 10px 5px;
display: flex;
justify-content: space-between;
align-items: center;
}
.tel.data-v-e4f8981a {
margin-left: 5px;
font-size: 15px;
font-weight: 400;
color: #666666;
}
.bd-tel.data-v-e4f8981a {
width: 100%;
border-top: 1px solid #EEEEEE;
box-sizing: border-box;
padding-top: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #0D2E8D;
}
.imgs-warp.data-v-e4f8981a {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
}
.imgss.data-v-e4f8981a {
width: 32%;
height: 110px;
overflow: hidden;
}
.imgss image.data-v-e4f8981a {
width: 100%;
height: 100%;
}
.anniu.data-v-e4f8981a {
box-sizing: border-box;
padding: 2px 10px;
margin: 0px 10px;
border: 1px solid #0D2E8D;
border-radius: 23px;
font-size: 15px;
color: #0D2E8D;
display: flex;
align-items: center;
justify-content: center;
}
.an.data-v-e4f8981a {
box-sizing: border-box;
padding: 2px 10px;
margin: 0px 10px;
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%) !important;
border-radius: 23px;
font-size: 15px;
color: white !important;
display: flex;
align-items: center;
justify-content: center;
}
.sshi.data-v-e4f8981a {
width: 40%;
height: 115px;
box-sizing: border-box;
padding: 10px;
}
.sshi image.data-v-e4f8981a {
width: 100%;
height: 100%;
}
.dil.data-v-e4f8981a {
box-sizing: border-box;
background-color: #F6F6F6;
padding: 0px 12px;
}
.lan.data-v-e4f8981a {
color: #0D2E8D;
}
.dis.data-v-e4f8981a {
display: flex;
align-items: center;
}
.dix.data-v-e4f8981a {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.d-box.data-v-e4f8981a {
background: #FFFFFF;
border-radius: 8px;
padding: 10px;
}
.box-top.data-v-e4f8981a {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.touxiang.data-v-e4f8981a {
width: 70px;
height: 70px;
border-radius: 8px;
box-sizing: border-box;
overflow: hidden;
}
.touxiang image.data-v-e4f8981a {
width: 100%;
height: 100%;
}
.bjimg.data-v-e4f8981a {
width: 255px;
height: 236px;
margin: 0px auto;
margin-top: 100px;
}
.bjimg image.data-v-e4f8981a {
width: 100%;
height: 100%;
}
.top-tile.data-v-e4f8981a {
width: 80%;
margin-left: 15px;
}
.da.data-v-e4f8981a {
font-size: 20px;
font-weight: bold;
color: #333333;
}
.huang.data-v-e4f8981a {
margin-left: 20px;
color: #FF9600;
font-size: 14px;
}
.top-anniu.data-v-e4f8981a {
width: 35px;
height: 35px;
background: #0D2E8D;
border-radius: 50%;
display: flex;
font-size: 14px;
justify-content: center;
align-items: center;
color: white;
margin: 0 auto;
}
.box-cont.data-v-e4f8981a {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 15px;
}
.sanyuan.data-v-e4f8981a {
margin-top: 5px;
text-align: center;
display: flex;
align-items: center;
}
.dda.data-v-e4f8981a {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-right: 10px;
}
.ddaa.data-v-e4f8981a {
font-size: 12px;
font-weight: 500;
}
.xhui.data-v-e4f8981a {
font-size: 16px;
font-weight: 400;
color: #999999;
margin-right: 5px;
}
.xbox.data-v-e4f8981a {
width: 100%;
display: flex;
}
.xhei.data-v-e4f8981a {
font-size: 14px;
font-weight: 400;
color: #333333;
margin-left: 5px;
}
.box-bottom.data-v-e4f8981a {
width: 100%;
box-sizing: border-box;
white-space: nowrap;
}
.santu.data-v-e4f8981a {
width: 32%;
display: inline-block;
margin-top: 15px;
margin-right: 10px;
}
.simg.data-v-e4f8981a {
width: 100%;
height: 80px;
overflow: hidden;
}
.simg image.data-v-e4f8981a {
width: 100%;
height: 100%;
}
.ming.data-v-e4f8981a {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 15px;
font-weight: 400;
color: #333333;
margin: 0px auto;
}
.jus.data-v-e4f8981a {
font-size: 15px;
font-weight: bold;
color: #FF571A;
}
.c-top.data-v-e4f8981a {
width: 100%;
box-sizing: border-box;
padding: 15px;
padding-top: 22%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
}
.c-t-input.data-v-e4f8981a {
width: 80%;
background-color: #F0F0F0;
color: #BCBCBC;
height: 40px;
border-radius: 50px;
display: flex;
align-items: center;
padding: 0px 10px;
box-sizing: border-box;
}
.c-title.data-v-e4f8981a {
font-size: 18px;
font-weight: bold;
}
.top-list.data-v-e4f8981a {
width: 100%;
height: 88rpx;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: space-between;
}
.list-box.data-v-e4f8981a {
height: 100%;
width: 33%;
display: flex;
align-items: center;
justify-content: center;
}
/* 遮罩 */
.xuanx.data-v-e4f8981a {
position: fixed;
top: 260rpx;
width: 100%;
height: calc(100vh);
background: rgba(0, 0, 0, 0.2);
}
.nbian.data-v-e4f8981a {
padding-top: 45px;
}
.x-xiang.data-v-e4f8981a {
width: 100%;
background: white;
box-sizing: border-box;
padding: 30rpx;
display: flex;
flex-wrap: wrap;
}
.x-ing.data-v-e4f8981a {
width: 100%;
background: white;
box-sizing: border-box;
padding: 30rpx;
}
.ann.data-v-e4f8981a {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
background: #F2F6FF;
border-radius: 24rpx;
padding: 10rpx 30rpx;
color: #666666;
font-size: 28rpx;
margin-right: 20rpx;
margin-bottom: 30rpx;
}
.ax.data-v-e4f8981a {
font-size: 28rpx;
background: #0D2E8D;
color: white !important;
}
.xsanniu.data-v-e4f8981a {
border-top: 1px solid #EEEEEE;
background: white;
box-sizing: border-box;
padding: 30rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.wc.data-v-e4f8981a {
width: 436rpx;
height: 80rpx;
background: #0D2E8D;
border-radius: 40rpx;
display: flex;
align-items: center;
color: white;
font-size: 32rpx;
justify-content: center;
}
.fanhu.data-v-e4f8981a {
width: 224rpx;
height: 80rpx;
background: #FFFFFF;
border-radius: 40rpx 40rpx 40rpx 40rpx;
opacity: 1;
border: 2rpx solid #0D2E8D;
display: flex;
align-items: center;
color: #0D2E8D;
justify-content: center;
}