parent
1f12f2d7b2
commit
4a802ef59c
@ -1,61 +0,0 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<div class="headerText">
|
||||
<span>药品通用名称 : </span>
|
||||
<span class="header-name">健母宝经典修护精华液</span>
|
||||
<button class="headerBtn c1">百年产品</button>
|
||||
<button class="headerBtn c2">进口化妆品</button>
|
||||
</div>
|
||||
<div class="section-main">
|
||||
<div></div>
|
||||
</div>
|
||||
|
||||
<!-- <iframe src="http://localhost:81/#/firmContent/firmInfo/pinzhongInfo" frameborder="0" height="100%" width="100%"></iframe> -->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
components: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
mounted() {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.container {
|
||||
background: #fff;
|
||||
}
|
||||
.headerText {
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
padding: 15px 20px;
|
||||
border-bottom: 1px solid #f2f3f5;
|
||||
color: #323233;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
.header-name {
|
||||
color: #1349c5;
|
||||
}
|
||||
.headerBtn {
|
||||
font-size: 14px;
|
||||
margin-left: 8px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.c1 {
|
||||
background: #c3edff;
|
||||
border: 1px solid #17adeb;
|
||||
color: #26aee6;
|
||||
}
|
||||
.c2 {
|
||||
background: #ffedc3;
|
||||
border: 1px solid #eb9917;
|
||||
color: #e68d26;
|
||||
}
|
||||
}
|
||||
.section-main {
|
||||
height: calc(100% - 60px);
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue