更新颜色,字体

master
李劲龙 1 year ago
parent 2295643a7e
commit a433349d39

@ -103,12 +103,40 @@ export default {
rm ./ggfw-iframe.zip 删除当前目录下的压缩包 弹出确定删除 y 并回车 rm ./ggfw-iframe.zip 删除当前目录下的压缩包 弹出确定删除 y 并回车
*/ */
</script> </script>
<style> <style lang="scss">
@import "@/assets/styles/utils.scss";
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 0 !important; width: 0 !important;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 0 !important; width: 0 !important;
height: 0; height: 0;
} }
.el-table__empty-text {
font-size: vb(16);
}
.pagination {
.custom {
font-size: vb(14) !important;
}
.el-pager li{
font-size: vb(16) !important;
}
.el-pagination .btn-prev .el-icon{
font-size: vb(16) !important;
}
.el-pagination .btn-next .el-icon{
font-size: vb(16) !important;
}
.el-pagination__jump{
font-size: vb(16) !important;
}
}
</style> </style>

@ -1,6 +1,6 @@
import request from "@/utils/request"; import request from "@/utils/request";
// let api = "/api"; let api = "/api";
let api = location.origin // let api = location.origin
export default { export default {
// 分页查询企业执照列表 // 分页查询企业执照列表
getEnterpriseLicenseByPage(data) { getEnterpriseLicenseByPage(data) {

@ -217,7 +217,7 @@
// //
.el-input__inner { .el-input__inner {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: rgb(41, 47, 56); color: rgb(41, 47, 56);
@ -226,7 +226,7 @@
// //
.el-textarea__inner { .el-textarea__inner {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
} }

@ -11,6 +11,9 @@
// @return $px/1920*100vh; // @return $px/1920*100vh;
// } // }
@function vb($px) {
@return $px/1420*100vw;
}
@function vw($px) { @function vw($px) {
@return $px/1920*100vw; @return $px/1920*100vw;
} }

@ -310,7 +310,7 @@ export default {
margin-right: vw(10); margin-right: vw(10);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -314,7 +314,7 @@ export default {
margin-right: vw(10); margin-right: vw(10);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -367,7 +367,7 @@ export default {
justify-content: space-between; justify-content: space-between;
justify-items: center; justify-items: center;
.cal_h_data { .cal_h_data {
font-size: vw(20); font-size: vb(20);
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
color: #0a2a4d; color: #0a2a4d;
@ -394,7 +394,7 @@ export default {
} }
.cal_h_zhou { .cal_h_zhou {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #0a2a4d; color: #0a2a4d;
@ -405,7 +405,7 @@ export default {
} }
.cal_month { .cal_month {
font-size: vw(14); font-size: vb(14);
text-align: center; text-align: center;
height: calc(100% - 60px); height: calc(100% - 60px);
@ -418,7 +418,7 @@ export default {
text-align: center; text-align: center;
line-height: vw(38); line-height: vw(38);
cursor: pointer; cursor: pointer;
font-size: vw(22); font-size: vb(22);
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
color: #0a2a4d; color: #0a2a4d;
@ -442,13 +442,13 @@ export default {
justify-content: space-around; justify-content: space-around;
justify-items: center; justify-items: center;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #b1b6bf; color: #b1b6bf;
line-height: vh(33); line-height: vh(33);
.cal_m_day_cell2 { .cal_m_day_cell2 {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #b1b6bf; color: #b1b6bf;

@ -18,10 +18,10 @@ axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
const service = axios.create({ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分 // axios中请求配置有baseURL选项表示请求URL公共部分
// !本地使用 // !本地使用
// baseURL: process.env.VUE_APP_BASE_API, baseURL: process.env.VUE_APP_BASE_API,
// !外地使用 // !外地使用
baseURL: location.origin + process.env.VUE_APP_URL, // baseURL: location.origin + process.env.VUE_APP_URL,
// 超时 // 超时
timeout: 60000, timeout: 60000,
}); });

@ -145,7 +145,7 @@ export default {
.myttile-font { .myttile-font {
position: relative; position: relative;
z-index: 2; z-index: 2;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -153,7 +153,7 @@ export default {
align-items: center; align-items: center;
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #ff0f0f; color: #ff0f0f;
@ -173,7 +173,7 @@ export default {
} }
::v-deep .column-text-eight { ::v-deep .column-text-eight {
text-align: center; text-align: center;
font-size: vw(14); font-size: vb(14);
line-height: vh(39); line-height: vh(39);
} }
::v-deep .el-pagination { ::v-deep .el-pagination {
@ -204,7 +204,7 @@ export default {
.domestic { .domestic {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #f93f4d; color: #f93f4d;

@ -228,7 +228,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -245,13 +245,13 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.tianbao-left { .tianbao-left {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
} }
.tianbao-right { .tianbao-right {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -272,7 +272,7 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;

@ -102,7 +102,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -123,7 +123,7 @@ export default {
.tianbao-left { .tianbao-left {
width: vw(90); width: vw(90);
align-self: stretch; align-self: stretch;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -131,7 +131,7 @@ export default {
.tianbao-right { .tianbao-right {
flex: 1; /* 右边元素占据剩余空间 */ flex: 1; /* 右边元素占据剩余空间 */
align-self: auto; /* 高度自适应内容 */ align-self: auto; /* 高度自适应内容 */
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -119,7 +119,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -132,7 +132,7 @@ export default {
background: #f8f9fa; background: #f8f9fa;
.zhaohuipingjai { .zhaohuipingjai {
margin: 0 0 vh(30) 0; margin: 0 0 vh(30) 0;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #6a6c6f; color: #6a6c6f;

@ -624,7 +624,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -652,7 +652,7 @@ export default {
} }
::v-deep .el-form-item__label { ::v-deep .el-form-item__label {
width: vw(160); width: vw(160);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -673,7 +673,7 @@ export default {
width: vw(1477); width: vw(1477);
.el-textarea__inner { .el-textarea__inner {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
} }
} }
@ -682,7 +682,7 @@ export default {
// height: vh(90); // height: vh(90);
width: vw(655); width: vw(655);
::v-deep .el-textarea__inner { ::v-deep .el-textarea__inner {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
} }
} }
@ -693,7 +693,7 @@ export default {
left: 0; left: 0;
display: inline-block; display: inline-block;
margin-left: 10px; margin-left: 10px;
font-size: vw(12); font-size: vb(12);
} }
.bottom { .bottom {
@ -703,7 +703,7 @@ export default {
::v-deep .el-button { ::v-deep .el-button {
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
padding: vh(10) vw(18); padding: vh(10) vw(18);
@ -759,7 +759,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -779,7 +779,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -791,7 +791,7 @@ export default {
margin-left: vw(10); margin-left: vw(10);
display: inline-block; display: inline-block;
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
padding: vh(10) vw(18); padding: vh(10) vw(18);

@ -513,7 +513,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -538,7 +538,7 @@ export default {
align-items: center; align-items: center;
.form-b-title { .form-b-title {
width: vw(100); width: vw(100);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -579,7 +579,7 @@ export default {
.el-icon-date { .el-icon-date {
position: absolute; position: absolute;
right: vw(20); right: vw(20);
font-size: vw(20); font-size: vb(20);
} }
} }
} }
@ -595,7 +595,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -612,7 +612,7 @@ export default {
pointer-events: auto; pointer-events: auto;
.form-f-titme { .form-f-titme {
width: vw(140); width: vw(140);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -634,7 +634,7 @@ export default {
margin-right: vw(5); margin-right: vw(5);
} }
span { span {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;
@ -652,7 +652,7 @@ export default {
} }
::v-deep .el-form-item__label { ::v-deep .el-form-item__label {
width: vw(100); width: vw(100);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -671,7 +671,7 @@ export default {
left: 0; left: 0;
display: inline-block; display: inline-block;
margin-left: vw(10); margin-left: vw(10);
font-size: vw(12); font-size: vb(12);
} }
.bottom { .bottom {
@ -720,7 +720,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -740,7 +740,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -752,7 +752,7 @@ export default {
margin-left: vw(10); margin-left: vw(10);
display: inline-block; display: inline-block;
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
padding: vh(10) vw(18); padding: vh(10) vw(18);

@ -556,7 +556,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -580,7 +580,7 @@ export default {
margin-right: vw(80); margin-right: vw(80);
.recallbasic-box { .recallbasic-box {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
line-height: vh(50); line-height: vh(50);
@ -643,7 +643,7 @@ export default {
no-repeat; no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #75777a; color: #75777a;
@ -662,7 +662,7 @@ export default {
.pingjiaContenr { .pingjiaContenr {
padding: vw(20); padding: vw(20);
.zhaohuipingjai { .zhaohuipingjai {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #6a6c6f; color: #6a6c6f;

@ -671,7 +671,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -699,7 +699,7 @@ export default {
} }
::v-deep .el-form-item__label { ::v-deep .el-form-item__label {
width: vw(160); width: vw(160);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -720,7 +720,7 @@ export default {
width: vw(1477); width: vw(1477);
.el-textarea__inner { .el-textarea__inner {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
} }
} }
@ -729,7 +729,7 @@ export default {
// height: vh(90); // height: vh(90);
width: vw(655); width: vw(655);
::v-deep .el-textarea__inner { ::v-deep .el-textarea__inner {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
} }
} }
@ -740,7 +740,7 @@ export default {
left: 0; left: 0;
display: inline-block; display: inline-block;
margin-left: 10px; margin-left: 10px;
font-size: vw(12); font-size: vb(12);
} }
.bottom { .bottom {
@ -750,7 +750,7 @@ export default {
::v-deep .el-button { ::v-deep .el-button {
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
padding: vh(10) vw(18); padding: vh(10) vw(18);
@ -806,7 +806,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -826,7 +826,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -838,7 +838,7 @@ export default {
margin-left: vw(10); margin-left: vw(10);
display: inline-block; display: inline-block;
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
padding: vh(10) vw(18); padding: vh(10) vw(18);

@ -108,14 +108,14 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "@/assets/styles/utils.scss"; @import "@/assets/styles/utils.scss";
.zanwu { .zanwu {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #6a6c6f; color: #6a6c6f;
line-height: vw(50); line-height: vw(50);
} }
.zhaohuipingjaiFont { .zhaohuipingjaiFont {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #6a6c6f; color: #6a6c6f;
@ -140,7 +140,7 @@ export default {
.zhanubottom-boxa { .zhanubottom-boxa {
width: 100%; width: 100%;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -150,7 +150,7 @@ export default {
white-space: nowrap; /* 防止换行 */ white-space: nowrap; /* 防止换行 */
} }
.zhanubottom-boxb { .zhanubottom-boxb {
font-size: vw(14); font-size: vb(14);
font-family: DIN-Regular; font-family: DIN-Regular;
font-weight: 400; font-weight: 400;
color: #b1b6bf; color: #b1b6bf;
@ -174,7 +174,7 @@ export default {
height: vh(20); height: vh(20);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -112,14 +112,14 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "@/assets/styles/utils.scss"; @import "@/assets/styles/utils.scss";
.zanwu { .zanwu {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #6a6c6f; color: #6a6c6f;
line-height: vw(50); line-height: vw(50);
} }
.zhaohuipingjaiFont { .zhaohuipingjaiFont {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #6a6c6f; color: #6a6c6f;
@ -144,7 +144,7 @@ export default {
.zhanubottom-boxa { .zhanubottom-boxa {
width: 100%; width: 100%;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -154,7 +154,7 @@ export default {
white-space: nowrap; /* 防止换行 */ white-space: nowrap; /* 防止换行 */
} }
.zhanubottom-boxb { .zhanubottom-boxb {
font-size: vw(14); font-size: vb(14);
font-family: DIN-Regular; font-family: DIN-Regular;
font-weight: 400; font-weight: 400;
color: #b1b6bf; color: #b1b6bf;
@ -178,7 +178,7 @@ export default {
height: vh(20); height: vh(20);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -357,7 +357,7 @@ export default {
height: vw(15); height: vw(15);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;
@ -398,7 +398,7 @@ export default {
position: absolute; position: absolute;
top: vh(2); top: vh(2);
right: vw(5); right: vw(5);
font-size: vw(22); font-size: vb(22);
} }
} }
.finishImage { .finishImage {

@ -181,7 +181,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -199,7 +199,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -219,7 +219,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;

@ -357,7 +357,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -385,7 +385,7 @@ export default {
} }
::v-deep .el-form-item__label { ::v-deep .el-form-item__label {
width: vw(160); width: vw(160);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -420,7 +420,7 @@ export default {
left: 0; left: 0;
display: inline-block; display: inline-block;
margin-left: 10px; margin-left: 10px;
font-size: vw(12); font-size: vb(12);
} }
.bottom { .bottom {

@ -241,7 +241,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -282,7 +282,7 @@ export default {
margin-right: vw(10); margin-right: vw(10);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;
@ -328,7 +328,7 @@ export default {
} }
::v-deep .el-form-item__label { ::v-deep .el-form-item__label {
width: vw(160); width: vw(160);
font-size: vw(12); font-size: vb(12);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -338,6 +338,6 @@ export default {
::v-deep .el-input__inner { ::v-deep .el-input__inner {
width: vw(200); width: vw(200);
height: vh(40); height: vh(40);
font-size: vw(12); font-size: vb(12);
} }
</style> </style>

@ -184,7 +184,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -202,7 +202,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -222,7 +222,7 @@ export default {
width: vw(150); width: vw(150);
text-align: right; text-align: right;
margin-right: vw(10); margin-right: vw(10);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -254,7 +254,7 @@ export default {
.zhanubottom-boxa { .zhanubottom-boxa {
width: 100%; width: 100%;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -264,7 +264,7 @@ export default {
white-space: nowrap; /* 防止换行 */ white-space: nowrap; /* 防止换行 */
} }
.zhanubottom-boxb { .zhanubottom-boxb {
font-size: vw(14); font-size: vb(14);
font-family: DIN-Regular; font-family: DIN-Regular;
font-weight: 400; font-weight: 400;
color: #b1b6bf; color: #b1b6bf;
@ -288,7 +288,7 @@ export default {
height: vh(20); height: vh(20);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -104,7 +104,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -144,7 +144,7 @@ export default {
margin-right: vw(10); margin-right: vw(10);
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -101,7 +101,7 @@ export default {
margin-right: vw(9); margin-right: vw(9);
} }
.title { .title {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #1e80eb; color: #1e80eb;
@ -129,7 +129,7 @@ export default {
} }
span { span {
display: inline-block; display: inline-block;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;
@ -155,7 +155,7 @@ export default {
} }
span { span {
display: inline-block; display: inline-block;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #fff; color: #fff;

@ -62,7 +62,7 @@ export default {
.my--descriptions { .my--descriptions {
::v-deep .descriptions-label-style { ::v-deep .descriptions-label-style {
background-color: #F5F7FA; background-color: #F5F7FA;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;
@ -70,7 +70,7 @@ export default {
} }
::v-deep .descriptions-labelWidth-style { ::v-deep .descriptions-labelWidth-style {
background-color: #F5F7FA; background-color: #F5F7FA;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;
@ -78,14 +78,14 @@ export default {
} }
::v-deep .descriptions-content-style { ::v-deep .descriptions-content-style {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;
width: vw(610); width: vw(610);
} }
::v-deep .descriptions-contentWidth-style { ::v-deep .descriptions-contentWidth-style {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
width: vw(450); width: vw(450);
@ -100,7 +100,7 @@ export default {
background-color: #F7FAFC; background-color: #F7FAFC;
.descriptions-labelChange-style { .descriptions-labelChange-style {
background-color: #F7FAFC; background-color: #F7FAFC;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;
@ -110,7 +110,7 @@ export default {
} }
.descriptions-contentChange-style { .descriptions-contentChange-style {
background-color: #F7FAFC; background-color: #F7FAFC;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;

@ -143,7 +143,7 @@ export default {
.my--descriptions { .my--descriptions {
::v-deep .descriptions-label-style { ::v-deep .descriptions-label-style {
background-color: #F5F7FA; background-color: #F5F7FA;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;
@ -152,7 +152,7 @@ export default {
::v-deep .descriptions-labelWidth-style { ::v-deep .descriptions-labelWidth-style {
background-color: #F5F7FA; background-color: #F5F7FA;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;
@ -160,7 +160,7 @@ export default {
} }
::v-deep .descriptions-content-style { ::v-deep .descriptions-content-style {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;
@ -168,7 +168,7 @@ export default {
} }
::v-deep .descriptions-contentWidth-style { ::v-deep .descriptions-contentWidth-style {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
width: vw(450); width: vw(450);
@ -186,7 +186,7 @@ export default {
.descriptions-labelChange-style { .descriptions-labelChange-style {
background-color: #F7FAFC; background-color: #F7FAFC;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;
@ -197,7 +197,7 @@ export default {
.descriptions-contentChange-style { .descriptions-contentChange-style {
background-color: #F7FAFC; background-color: #F7FAFC;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;

@ -82,7 +82,7 @@ export default {
padding: vh(5) 0 0 0; padding: vh(5) 0 0 0;
} }
div { div {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;

@ -106,7 +106,7 @@ export default {
margin-right: vw(10); margin-right: vw(10);
} }
div { div {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6A6C6F; color: #6A6C6F;

@ -5,12 +5,7 @@
<div class="rank"> <div class="rank">
<div class="input--label">抽样级别</div> <div class="input--label">抽样级别</div>
<el-select v-model="value" placeholder="请选择抽样级别"> <el-select v-model="value" placeholder="请选择抽样级别">
<el-option <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> </el-option>
</el-select> </el-select>
</div> </div>
@ -28,19 +23,8 @@
</div> </div>
<block-header title="查询结果"> <block-header title="查询结果">
<div class="tables"> <div class="tables">
<el-table <el-table :data="tableData" style="width: 100%" :cell-style="columnStyle" v-loading="loading" border>
:data="tableData" <el-table-column type="index" header-align="center" label="序号" width="80">
style="width: 100%"
:cell-style="columnStyle"
v-loading="loading"
border
>
<el-table-column
type="index"
header-align="center"
label="序号"
width="80"
>
</el-table-column> </el-table-column>
<el-table-column prop="cyrw" header-align="center" label="抽样级别"> <el-table-column prop="cyrw" header-align="center" label="抽样级别">
<!-- <template slot-scope="scope"> <!-- <template slot-scope="scope">
@ -49,42 +33,21 @@
</el-table-column> </el-table-column>
<el-table-column prop="cybh" label="抽样编号" header-align="center"> <el-table-column prop="cybh" label="抽样编号" header-align="center">
</el-table-column> </el-table-column>
<el-table-column <el-table-column prop="yptymc" label="药品通用名" header-align="center">
prop="yptymc"
label="药品通用名"
header-align="center"
>
</el-table-column> </el-table-column>
<el-table-column <el-table-column prop="bcydwmc" label="被抽样单位名称" header-align="center">
prop="bcydwmc"
label="被抽样单位名称"
header-align="center"
>
</el-table-column> </el-table-column>
<el-table-column <el-table-column prop="unitAreaName" label="被抽样单位地区名称" header-align="center">
prop="unitAreaName"
label="被抽样单位地区名称"
header-align="center"
>
</el-table-column> </el-table-column>
<el-table-column <el-table-column prop="productionName" label="生产单位名称" header-align="center">
prop="productionName"
label="生产单位名称"
header-align="center"
>
</el-table-column> </el-table-column>
<el-table-column prop="cyrq" label="抽样日期" header-align="center"> <el-table-column prop="cyrq" label="抽样日期" header-align="center">
</el-table-column> </el-table-column>
<el-table-column label="操作" header-align="center" width="100"> <el-table-column label="操作" header-align="center" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="button"> <div class="button">
<el-button <el-button size="mini" class="informant-btn" plain type="primary"
size="mini" @click="handleEdit(scope.$index, scope.row)">详情
class="informant-btn"
plain
type="primary"
@click="handleEdit(scope.$index, scope.row)"
>详情
</el-button> </el-button>
</div> </div>
</template> </template>
@ -95,76 +58,38 @@
class="pagination" class="pagination"
:class="transinformation.b == '1' ? 'paginationTwo' : ''" :class="transinformation.b == '1' ? 'paginationTwo' : ''"
> --> > -->
<pagination <pagination v-show="total > 0" :total="total" :page="form1.current" :limit="form1.size" @pagination="getPagination">
v-show="total > 0" </pagination>
:total="total"
:page="form1.current"
:limit="form1.size"
@pagination="getPagination"
></pagination>
<!-- </div> --> <!-- </div> -->
</block-header> </block-header>
<!-- 国抽 --> <!-- 国抽 -->
<dialog-title title="详情" width="90%" ref="xiangqingDialog"> <dialog-title title="详情" width="90%" ref="xiangqingDialog">
<div class="dialog-tabs"> <div class="dialog-tabs">
<div class="tabs"> <div class="tabs">
<div <div class="tab" @click="actionTab(1)" :class="action == 1 ? 'actionTab' : ''">
class="tab"
@click="actionTab(1)"
:class="action == 1 ? 'actionTab' : ''"
>
<span>基本信息</span> <span>基本信息</span>
</div> </div>
<div <div class="tab" @click="actionTab(2)" :class="action == 2 ? 'actionTab' : ''">
class="tab"
@click="actionTab(2)"
:class="action == 2 ? 'actionTab' : ''"
>
<span>检验项目</span> <span>检验项目</span>
</div> </div>
</div> </div>
</div> </div>
<component <component :is="currentComponent" :descriptions="descriptions" :loading="load1" :ids="ids"></component>
:is="currentComponent"
:descriptions="descriptions"
:loading="load1"
:ids="ids"
></component>
</dialog-title> </dialog-title>
<!-- 省抽 --> <!-- 省抽 -->
<dialog-title <dialog-title title="查看抽样详情" :width="transinformation.b == '1' ? '65%' : '90%'" ref="chouyangDialog">
title="查看抽样详情"
:width="transinformation.b == '1' ? '65%' : '90%'"
ref="chouyangDialog"
>
<chouyang-info></chouyang-info> <chouyang-info></chouyang-info>
</dialog-title> </dialog-title>
<dialog-title <dialog-title title="详情" :width="transinformation.b == '1' ? '75%' : '90%'" ref="medicalInfo">
title="详情"
:width="transinformation.b == '1' ? '75%' : '90%'"
ref="medicalInfo"
>
<medical-info></medical-info> <medical-info></medical-info>
</dialog-title> </dialog-title>
<dialog-title <dialog-title title="详情" :width="transinformation.b == '1' ? '75%' : '90%'" ref="drugDetail">
title="详情"
:width="transinformation.b == '1' ? '75%' : '90%'"
ref="drugDetail"
>
<drug-detail></drug-detail> <drug-detail></drug-detail>
</dialog-title> </dialog-title>
<dialog-title <dialog-title title="详情" :width="transinformation.b == '1' ? '75%' : '90%'" ref="drugProvince">
title="详情"
:width="transinformation.b == '1' ? '75%' : '90%'"
ref="drugProvince"
>
<drug-province></drug-province> <drug-province></drug-province>
</dialog-title> </dialog-title>
<dialog-title <dialog-title title="详情" :width="transinformation.b == '1' ? '75%' : '90%'" ref="samplingDetail">
title="详情"
:width="transinformation.b == '1' ? '75%' : '90%'"
ref="samplingDetail"
>
<sampling-detail></sampling-detail> <sampling-detail></sampling-detail>
</dialog-title> </dialog-title>
</div> </div>
@ -685,13 +610,16 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "@/assets/styles/utils.scss"; @import "@/assets/styles/utils.scss";
.pzChouyang { .pzChouyang {
// overflow-y: scroll; // overflow-y: scroll;
.tables { .tables {
.button { .button {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.informant-btn { .informant-btn {
padding: vw(13) vh(10); padding: vw(13) vh(10);
width: vw(44); width: vw(44);
@ -703,61 +631,71 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
} }
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(40); height: vh(40);
padding: vh(10); padding: vh(10);
font-size: vw(14); font-size: vb(14);
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
} }
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
line-height: vh(50); line-height: vh(50);
} }
::v-deep .cell { ::v-deep .cell {
text-align: center; text-align: center;
} }
} }
.pagination { .pagination {
margin-top: 17px; margin-top: 17px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
// padding-bottom: vh(20); // padding-bottom: vh(20);
::v-deep .el-pagination__jump { ::v-deep .el-pagination__jump {
margin: 0; margin: 0;
} }
.custom { .custom {
font-size: 14px; font-size: vb(14);
font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
line-height: 18px; line-height: 18px;
} }
} }
.paginationTwo { .paginationTwo {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
padding-bottom: vh(20); padding-bottom: vh(20);
::v-deep .el-input--mini .el-input__inner { ::v-deep .el-input--mini .el-input__inner {
height: vw(28); height: vw(28);
} }
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -765,15 +703,19 @@ export default {
} }
} }
} }
::v-deep .el-dialog__body { ::v-deep .el-dialog__body {
padding-top: vh(24); padding-top: vh(24);
} }
::v-deep .dialog-tabs { ::v-deep .dialog-tabs {
margin: vh(25) 0; margin: vh(25) 0;
.tabs { .tabs {
width: 100%; width: 100%;
display: flex; display: flex;
border-bottom: vw(1) solid #dbe0e8; border-bottom: vw(1) solid #dbe0e8;
.tab { .tab {
border: vw(1) solid #dbe0e8; border: vw(1) solid #dbe0e8;
padding: vh(7) vw(22); padding: vh(7) vw(22);
@ -801,12 +743,13 @@ export default {
} }
span { span {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #2f3742; color: #2f3742;
} }
} }
.actionTab { .actionTab {
background-color: #1e80eb; background-color: #1e80eb;
@ -816,40 +759,49 @@ export default {
} }
} }
} }
.drug-input { .drug-input {
padding: vh(40) vw(22); padding: vh(40) vw(22);
display: flex; display: flex;
align-items: center; align-items: center;
.inputs { .inputs {
display: flex; display: flex;
align-items: center; align-items: center;
.rank, .rank,
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
.input--label { .input--label {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
} }
::v-deep .el-input__inner { ::v-deep .el-input__inner {
width: vw(386); width: vw(386);
height: vw(40); height: vw(40);
border-radius: vw(2); border-radius: vw(2);
} }
::v-deep .el-select__caret::before { ::v-deep .el-select__caret::before {
line-height: vw(40); line-height: vw(40);
} }
} }
.number { .number {
margin-left: vw(39); margin-left: vw(39);
} }
} }
.search-btns { .search-btns {
margin-left: vw(40); margin-left: vw(40);
display: flex; display: flex;
align-items: center; align-items: center;
.inquire { .inquire {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -859,7 +811,7 @@ export default {
height: vh(40); height: vh(40);
background: #1e80eb; background: #1e80eb;
border-radius: vw(4); border-radius: vw(4);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
@ -867,6 +819,7 @@ export default {
margin-left: vw(10); margin-left: vw(10);
cursor: pointer; cursor: pointer;
} }
.reset { .reset {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -876,7 +829,7 @@ export default {
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
border-radius: vw(4); border-radius: vw(4);
background-color: #fff; background-color: #fff;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -141,7 +141,7 @@ export default {
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
@ -149,7 +149,7 @@ export default {
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(60); height: vh(60);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-weight: 400; font-weight: 400;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #292f38; color: #292f38;
@ -157,7 +157,7 @@ export default {
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -180,7 +180,7 @@ export default {
height: vw(28); height: vw(28);
} }
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -360,7 +360,7 @@ export default {
clip-path: polygon(0 0, calc(100% - (15 / 1920*100vw)) 0,100% 40%, 100% calc(100% - 0px), clip-path: polygon(0 0, calc(100% - (15 / 1920*100vw)) 0,100% 40%, 100% calc(100% - 0px),
calc(100% - 0px) 100%, 0px 100%,0 calc(100% - 0px),0 0px); calc(100% - 0px) 100%, 0px 100%,0 calc(100% - 0px),0 0px);
.title-relative { .title-relative {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
@ -377,7 +377,7 @@ export default {
background-color: #F7FAFC; background-color: #F7FAFC;
padding: vh(15) vw(20); padding: vh(15) vw(20);
width: vw(256); width: vw(256);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #F5F7FA; color: #F5F7FA;
@ -385,7 +385,7 @@ export default {
// text-align: right; // text-align: right;
} }
.contentClassName{ .contentClassName{
font-size: vw(16); font-size: vb(16);
padding: vh(15) 0; padding: vh(15) 0;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;

@ -494,7 +494,7 @@ export default {
margin-right: 8px; margin-right: 8px;
} }
.title { .title {
font-size: 18px; font-size: vb(18);
font-weight: bold; font-weight: bold;
color: #1e80eb; color: #1e80eb;
} }
@ -524,7 +524,7 @@ export default {
color: #333; color: #333;
cursor: pointer; cursor: pointer;
& > span { & > span {
font-size: 14px; font-size: vb(14);
} }
.file-icon { .file-icon {
color: #02d1a6; color: #02d1a6;

@ -184,7 +184,7 @@ export default {
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
@ -192,14 +192,14 @@ export default {
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;
} }
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -235,7 +235,7 @@ export default {
justify-content: flex-end; justify-content: flex-end;
padding-bottom: vh(20); padding-bottom: vh(20);
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -1029,14 +1029,14 @@ export default {
.labelClassName { .labelClassName {
background-color: #f7fafc; background-color: #f7fafc;
width: vw(246); width: vw(246);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
} }
.contentClassName { .contentClassName {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -18,8 +18,9 @@
<el-button v-else class="button-new-tag" size="small" @click="showInput">+</el-button> <el-button v-else class="button-new-tag" size="small" @click="showInput">+</el-button>
</div> </div>
</div> </div>
<div> <div class="isbuttom">
<el-button type="primary" plain @click="gohuaxianga" v-show="urlA.type != 4 && urlA.leixing !='ggfw'"></el-button> <el-button type="primary" plain @click="gohuaxianga"
v-show="urlA.type != 4 && urlA.leixing != 'ggfw'">产品画像</el-button>
<el-button type="primary" plain @click="goBack"></el-button> <el-button type="primary" plain @click="goBack"></el-button>
</div> </div>
@ -371,7 +372,7 @@ export default {
align-items: center; align-items: center;
span { span {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -438,7 +439,7 @@ export default {
} }
span { span {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #2f3742; color: #2f3742;
@ -464,4 +465,22 @@ export default {
} }
::v-deep.pzChouyang .tables .el-table td {} ::v-deep.pzChouyang .tables .el-table td {}
::v-deep .drug-tag {
.el-tag {
font-size: vb(14);
}
.el-button--small {
font-size: vb(14) ;
}
}
::v-deep .isbuttom{
.el-button--medium {
font-size: vb(16) ;
}
}
</style> </style>

@ -710,7 +710,7 @@ export default {
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
@ -718,14 +718,14 @@ export default {
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(40); height: vh(40);
padding: vh(10); padding: vh(10);
font-size: vw(14); font-size: vb(14);
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
} }
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -745,7 +745,7 @@ export default {
margin: 0; margin: 0;
} }
.custom { .custom {
font-size: 14px; font-size: vb(14);
font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -761,7 +761,7 @@ export default {
height: vw(28); height: vw(28);
} }
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -805,7 +805,7 @@ export default {
} }
span { span {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #2f3742; color: #2f3742;
@ -832,7 +832,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
.input--label { .input--label {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #6a6c6f; color: #6a6c6f;
@ -863,7 +863,7 @@ export default {
height: vh(40); height: vh(40);
background: #1e80eb; background: #1e80eb;
border-radius: vw(4); border-radius: vw(4);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
@ -880,7 +880,7 @@ export default {
border: vw(1) solid #1e80eb; border: vw(1) solid #1e80eb;
border-radius: vw(4); border-radius: vw(4);
background-color: #fff; background-color: #fff;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #1e80eb; color: #1e80eb;

@ -141,7 +141,7 @@ export default {
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
@ -149,7 +149,7 @@ export default {
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(60); height: vh(60);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-weight: 400; font-weight: 400;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #292f38; color: #292f38;
@ -157,7 +157,7 @@ export default {
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -180,7 +180,7 @@ export default {
height: vw(28); height: vw(28);
} }
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -360,7 +360,7 @@ export default {
clip-path: polygon(0 0, calc(100% - (15 / 1920*100vw)) 0,100% 40%, 100% calc(100% - 0px), clip-path: polygon(0 0, calc(100% - (15 / 1920*100vw)) 0,100% 40%, 100% calc(100% - 0px),
calc(100% - 0px) 100%, 0px 100%,0 calc(100% - 0px),0 0px); calc(100% - 0px) 100%, 0px 100%,0 calc(100% - 0px),0 0px);
.title-relative { .title-relative {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
@ -377,7 +377,7 @@ export default {
background-color: #F7FAFC; background-color: #F7FAFC;
padding: vh(15) vw(20); padding: vh(15) vw(20);
width: vw(256); width: vw(256);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #F5F7FA; color: #F5F7FA;
@ -385,7 +385,7 @@ export default {
// text-align: right; // text-align: right;
} }
.contentClassName{ .contentClassName{
font-size: vw(16); font-size: vb(16);
padding: vh(15) 0; padding: vh(15) 0;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;

@ -11,13 +11,8 @@
<div slot="title" class="headerText">详情</div> --> <div slot="title" class="headerText">详情</div> -->
<div class="content-tabs"> <div class="content-tabs">
<div class="tabs"> <div class="tabs">
<div <div class="tab" v-for="(item, index) in options" :key="index" @click="actionTab(index)"
class="tab" :class="action == index ? 'actionTab' : ''">
v-for="(item, index) in options"
:key="index"
@click="actionTab(index)"
:class="action == index ? 'actionTab' : ''"
>
{{ item }} {{ item }}
</div> </div>
</div> </div>
@ -58,14 +53,8 @@
</el-table> </el-table>
<div class="pagination"> <div class="pagination">
<span class="custom">共100条显示1条</span> <span class="custom">共100条显示1条</span>
<el-pagination <el-pagination background @current-change="currentChange" @size-change="sizeChange" :page-sizes="[10, 5]"
background layout=" prev, pager, next, sizes, jumper" :total="querydata.total">
@current-change="currentChange"
@size-change="sizeChange"
:page-sizes="[10, 5]"
layout=" prev, pager, next, sizes, jumper"
:total="querydata.total"
>
</el-pagination> </el-pagination>
</div> </div>
</div> </div>
@ -473,39 +462,47 @@ export default {
::v-deep .el-dialog__header { ::v-deep .el-dialog__header {
background: #f8f9fa; background: #f8f9fa;
} }
.headerText { .headerText {
color: #333333; color: #333333;
} }
.header--title { .header--title {
margin: 15px 0; margin: 15px 0;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.title--left { .title--left {
display: flex; display: flex;
align-items: center; align-items: center;
.line { .line {
width: 4px; width: 4px;
height: 16px; height: 16px;
background: #1e80eb; background: #1e80eb;
margin-right: 8px; margin-right: 8px;
} }
.title { .title {
font-size: 18px; font-size: vb(18);
font-weight: bold; font-weight: bold;
color: #1e80eb; color: #1e80eb;
} }
} }
} }
.mar { .mar {
margin: 10px 0; margin: 10px 0;
} }
::v-deep .el-descriptions-row>th { ::v-deep .el-descriptions-row>th {
width: 18%; width: 18%;
background: #f5f7fa; background: #f5f7fa;
color: #292f38; color: #292f38;
font-weight: 500; font-weight: 500;
} }
::v-deep .el-descriptions-row>td { ::v-deep .el-descriptions-row>td {
width: 32%; width: 32%;
} }
@ -513,11 +510,13 @@ export default {
::v-deep .el-dialog:not(.is-fullscreen) { ::v-deep .el-dialog:not(.is-fullscreen) {
margin-bottom: 1vh !important; margin-bottom: 1vh !important;
} }
.content-tabs { .content-tabs {
.tabs { .tabs {
width: 100%; width: 100%;
display: flex; display: flex;
border-bottom: 1px solid #dbe0e8; border-bottom: 1px solid #dbe0e8;
.tab { .tab {
border: 1px solid #dbe0e8; border: 1px solid #dbe0e8;
background: #f8f9f9; background: #f8f9f9;
@ -528,16 +527,19 @@ export default {
border-bottom: none; border-bottom: none;
margin-right: 7px; margin-right: 7px;
cursor: pointer; cursor: pointer;
&:last-child { &:last-child {
margin-right: 0; margin-right: 0;
} }
} }
.actionTab { .actionTab {
background-color: #1e80eb; background-color: #1e80eb;
color: #fff; color: #fff;
} }
} }
} }
.pagination { .pagination {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

@ -422,7 +422,7 @@ export default {
margin-right: 8px; margin-right: 8px;
} }
.title { .title {
font-size: 18px; font-size: vb(18);
font-weight: bold; font-weight: bold;
color: #1e80eb; color: #1e80eb;
} }
@ -444,7 +444,7 @@ export default {
border: 1px dashed #dee2ee; border: 1px dashed #dee2ee;
button { button {
background: #1e80eb; background: #1e80eb;
font-size:14px; font-size:vw(14);
padding:4px 14px; padding:4px 14px;
color: #fff; color: #fff;
border: none; border: none;
@ -466,7 +466,7 @@ export default {
color: #333; color: #333;
cursor: pointer; cursor: pointer;
& > span { & > span {
font-size: 14px; font-size: vb(14);
} }
.file-icon { .file-icon {
color: #02d1a6; color: #02d1a6;

@ -446,7 +446,7 @@ export default {
color: #333; color: #333;
cursor: pointer; cursor: pointer;
& > span { & > span {
font-size: 14px; font-size: vb(14);
} }
.file-icon { .file-icon {
color: #02d1a6; color: #02d1a6;

@ -494,7 +494,7 @@ export default {
margin-right: 8px; margin-right: 8px;
} }
.title { .title {
font-size: 18px; font-size: vb(18);
font-weight: bold; font-weight: bold;
color: #1e80eb; color: #1e80eb;
} }
@ -524,7 +524,7 @@ export default {
color: #333; color: #333;
cursor: pointer; cursor: pointer;
& > span { & > span {
font-size: 14px; font-size: vb(14);
} }
.file-icon { .file-icon {
color: #02d1a6; color: #02d1a6;

@ -206,7 +206,7 @@ export default {
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
@ -215,7 +215,7 @@ export default {
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;
@ -224,7 +224,7 @@ export default {
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -252,7 +252,7 @@ export default {
} }
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -135,7 +135,7 @@ export default {
::v-deep span { ::v-deep span {
display: inline-block; display: inline-block;
color: #1e80eb; color: #1e80eb;
font-size: vw(14); font-size: vb(14);
font-family: Adobe Heiti Std; font-family: Adobe Heiti Std;
font-weight: normal; font-weight: normal;
} }
@ -144,7 +144,7 @@ export default {
::v-deep .el-table td { ::v-deep .el-table td {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-weight: 400; font-weight: 400;
color: #292F38; color: #292F38;
} }
@ -152,7 +152,7 @@ export default {
::v-deep .el-table th { ::v-deep .el-table th {
height: vh(40); height: vh(40);
padding: 0; padding: 0;
font-size: vw(14); font-size: vb(14);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -180,7 +180,7 @@ export default {
} }
.custom { .custom {
font-size: 14px; font-size: vb(14);
font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -195,7 +195,7 @@ export default {
padding-bottom: vh(20); padding-bottom: vh(20);
.custom { .custom {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;

@ -630,7 +630,7 @@ p {
} }
.clearfix-font { .clearfix-font {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -643,14 +643,14 @@ p {
right: vw(20); right: vw(20);
cursor: pointer; cursor: pointer;
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #8e8e8e; color: #8e8e8e;
} }
i { i {
font-size: vw(14); font-size: vb(14);
} }
} }
} }
@ -714,7 +714,7 @@ p {
margin: 0 0 0 vw(17); margin: 0 0 0 vw(17);
.ctile-top-font-top { .ctile-top-font-top {
margin-bottom: vh(16); margin-bottom: vh(16);
font-size: vw(26); font-size: vb(26);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
@ -729,7 +729,7 @@ p {
// height: 17px; // height: 17px;
} }
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #bad5ff; color: #bad5ff;
@ -755,14 +755,14 @@ p {
width: vw(70); width: vw(70);
span { span {
color: #ffffff; color: #ffffff;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
} }
} }
span { span {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #cddeff; color: #cddeff;
@ -790,7 +790,7 @@ p {
} }
.clearfix-font { .clearfix-font {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -832,19 +832,19 @@ p {
} }
.mycit-p1 { .mycit-p1 {
// margin-bottom: 14px; // margin-bottom: 14px;
font-size: vw(18); font-size: vb(18);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
} }
.mycit-p2 { .mycit-p2 {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #8e8e8e; color: #8e8e8e;
span { span {
margin-right: vw(8); margin-right: vw(8);
font-size: vw(32); font-size: vb(32);
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
color: #31c5a7; color: #31c5a7;
@ -889,7 +889,7 @@ p {
border-radius: vw(6); border-radius: vw(6);
text-align: center; text-align: center;
p { p {
font-size: vw(24); font-size: vb(24);
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #ffffff;
@ -903,7 +903,7 @@ p {
width: vw(522); width: vw(522);
.mybody-top-right1 { .mybody-top-right1 {
margin: 0 0 vh(5) 0; margin: 0 0 vh(5) 0;
font-size: vh(20); font-size: vb(20);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -913,7 +913,7 @@ p {
} }
.mybody-top-right2 { .mybody-top-right2 {
height: vh(45); height: vh(45);
font-size: vh(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #8e8e8e; color: #8e8e8e;
@ -974,7 +974,7 @@ p {
margin: 0 vw(10) 0 0; margin: 0 vw(10) 0 0;
} }
span { span {
font-size: vw(22); font-size: vb(22);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -1006,7 +1006,7 @@ p {
height: 10vh; height: 10vh;
line-height: 10vh; line-height: 10vh;
font-size: vw(24); font-size: vb(24);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -1030,7 +1030,7 @@ p {
justify-content: center; justify-content: center;
span { span {
font-size: vw(25); font-size: vb(25);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #b1b6bf; color: #b1b6bf;
@ -1075,13 +1075,13 @@ p {
border-radius: vw(6); border-radius: vw(6);
.myriit-font-top { .myriit-font-top {
margin: 0 0 vw(5) 0; margin: 0 0 vw(5) 0;
font-size: vw(16); font-size: vb(16);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
} }
.myriit-font-bottom { .myriit-font-bottom {
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #979797; color: #979797;
@ -1130,12 +1130,12 @@ p {
align-items: center; align-items: center;
i { i {
margin: 0 vw(6) 0 0; margin: 0 vw(6) 0 0;
font-size: vw(24); font-size: vb(24);
color: #2e78ff; color: #2e78ff;
} }
span { span {
width: vw(400); width: vw(400);
font-size: vw(16); font-size: vb(16);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -1145,7 +1145,7 @@ p {
} }
} }
.tyontyicontent-item-right { .tyontyicontent-item-right {
font-size: vw(16); font-size: vb(16);
font-family: DIN; font-family: DIN;
font-weight: 400; font-weight: 400;
color: #b1b6bf; color: #b1b6bf;

@ -485,7 +485,7 @@ p {
} }
.clearfix-font { .clearfix-font {
font-size: vw(18); font-size: vb(18);
font-family: Source Han Bolde CN; font-family: Source Han Bolde CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -498,14 +498,14 @@ p {
right: vw(5); right: vw(5);
cursor: pointer; cursor: pointer;
span { span {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #8e8e8e; color: #8e8e8e;
} }
i { i {
font-size: vw(14); font-size: vb(14);
} }
} }
} }
@ -524,7 +524,7 @@ p {
// height: vw(26); // height: vw(26);
} }
.dialog-font { .dialog-font {
font-size: vw(20); font-size: vb(20);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: bold; font-weight: bold;
color: #292f38; color: #292f38;
@ -532,7 +532,7 @@ p {
} }
.dialog-content { .dialog-content {
margin: vh(10) 0 0 vw(25); margin: vh(10) 0 0 vw(25);
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -573,7 +573,7 @@ p {
.msd-wenzi { .msd-wenzi {
margin: 0 vw(10); margin: 0 vw(10);
width: vw(178); width: vw(178);
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -583,7 +583,7 @@ p {
} }
.msd-jiantou { .msd-jiantou {
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #292f38; color: #292f38;
@ -627,7 +627,7 @@ p {
box-sizing: border-box; box-sizing: border-box;
width: vw(280); width: vw(280);
// height: 23px; // height: 23px;
font-size: vw(24); font-size: vb(24);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
@ -662,7 +662,7 @@ p {
margin: vh(0) 0 0 vw(5); margin: vh(0) 0 0 vw(5);
width: vw(41); width: vw(41);
height: vw(14); height: vw(14);
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
@ -682,14 +682,14 @@ p {
height: vh(35); height: vh(35);
background: #ffffff; background: #ffffff;
border-radius: vw(15); border-radius: vw(15);
font-size: vw(14); font-size: vb(14);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #b1b6bf; color: #b1b6bf;
} }
.el-input__icon { .el-input__icon {
margin: vh(-4) 0 0 0; margin: vh(-4) 0 0 0;
font-size: vw(16); font-size: vb(16);
cursor: pointer; /*改变鼠标样式为手型*/ cursor: pointer; /*改变鼠标样式为手型*/
} }
} }
@ -714,7 +714,7 @@ p {
border-radius: 50%; border-radius: 50%;
background-color: #ff0000; background-color: #ff0000;
font-size: vw(12); font-size: vb(12);
transform: scale(0.73); transform: scale(0.73);
font-family: DIN-Regular; font-family: DIN-Regular;
font-weight: 400; font-weight: 400;
@ -742,7 +742,7 @@ p {
span { span {
position: relative; position: relative;
z-index: 1; z-index: 1;
font-size: vw(18); font-size: vb(18);
font-family: Source Han Regular CN; font-family: Source Han Regular CN;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;

Loading…
Cancel
Save