|
@@ -95,63 +95,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <!-- <div class="antibodyDetail_box">
|
|
|
- <p class="Detail_boxTitle">Clinical Trials</p>
|
|
|
- <div class="Clinical_box">
|
|
|
- <div class="Clinical_top Detail_line">
|
|
|
- <p class="Background_title line_right">NCT Number</p>
|
|
|
- <p class="Background_title line_right">Stage</p>
|
|
|
- <p class="Background_title line_right">Status</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Condition</p>
|
|
|
- </div>
|
|
|
- <div class="Clinical_scoll">
|
|
|
- <div class="Background_content Detail_line">
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Company</p>
|
|
|
- </div>
|
|
|
- <div class="Background_content Detail_line">
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Company</p>
|
|
|
- </div>
|
|
|
- <div class="Background_content Detail_line">
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Company</p>
|
|
|
- </div>
|
|
|
- <div class="Background_content Detail_line">
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Company</p>
|
|
|
- </div>
|
|
|
- <div class="Background_content Detail_line">
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Company</p>
|
|
|
- </div>
|
|
|
- <div class="Background_content">
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_title line_right">Company</p>
|
|
|
- <p class="Background_text">Company</p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
-
|
|
|
<div class="antibodyDetail_box">
|
|
|
<p class="Detail_boxTitle">Toxicity and side effects</p>
|
|
|
<div class="Background_box">
|
|
@@ -441,4 +384,199 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ @media screen and (min-width: 0px) and (max-width: 750px) {
|
|
|
+ .box {
|
|
|
+ .article{
|
|
|
+ width: 100%;
|
|
|
+ padding: 0.3rem 0.2rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .Detail_line{
|
|
|
+ border-bottom: 1px solid #D4E5EF;
|
|
|
+ }
|
|
|
+ .line_right{
|
|
|
+ border-right: 1px solid #D4E5EF;
|
|
|
+ }
|
|
|
+ .drop{
|
|
|
+ color: #0259AE;
|
|
|
+ font-size: 0.18rem;
|
|
|
+ }
|
|
|
+ .antibodyDetail_title{
|
|
|
+ font-size: 0.2rem;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ .antibodyDetail_box{
|
|
|
+ margin-top: 0.2rem;
|
|
|
+ .Detail_boxTitle{
|
|
|
+ font-size: 0.16rem;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ .Detail_boxContent{
|
|
|
+ border: 1px solid #0259AE;
|
|
|
+ padding: 0.05rem 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 0.14rem;
|
|
|
+ line-height: 0.18rem;
|
|
|
+ margin: 0.1rem 0 0.2rem;
|
|
|
+ }
|
|
|
+ .Background_box{
|
|
|
+ border: 1px solid #0259AE;
|
|
|
+ margin: 0.1rem 0 0.2rem;
|
|
|
+ font-size: 0.12rem;
|
|
|
+ line-height: 0.18rem;
|
|
|
+ .Background_content{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background: #F0FAFE;
|
|
|
+ .Background_title{
|
|
|
+ width: 35%;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #0259AE;
|
|
|
+ }
|
|
|
+ .Background_text{
|
|
|
+ min-height: 0.62rem;
|
|
|
+ background: #fff;
|
|
|
+ border-left: 1px solid #D4E5EF;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Properties_box{
|
|
|
+ // display: flex;
|
|
|
+ margin-top: 0.1rem;
|
|
|
+ .Properties_content{
|
|
|
+ width: 100%;
|
|
|
+ border: 1px solid #0259AE;
|
|
|
+ font-size: 0.12rem;
|
|
|
+ line-height: 0.18rem;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ .Background_bottom{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background: #F0FAFE;
|
|
|
+ flex: 1;
|
|
|
+ .Background_title{
|
|
|
+ width: 42%;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #0259AE;
|
|
|
+ }
|
|
|
+ .Background_text{
|
|
|
+ min-height: 0.36rem;
|
|
|
+ background: #fff;
|
|
|
+ border-left: 1px solid #D4E5EF;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ flex: 1;
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .Background_img{
|
|
|
+ position: absolute;
|
|
|
+ display: block;
|
|
|
+ min-height: 0.36rem;
|
|
|
+ background: #fff;
|
|
|
+ // border-left: 1px solid #DDDDDD;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ flex: 1;
|
|
|
+ width: 60%;
|
|
|
+ left: 50%;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(-50%,-50%);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Background_content{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background: #F0FAFE;
|
|
|
+ .Background_title{
|
|
|
+ width: 42%;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #0259AE;
|
|
|
+ }
|
|
|
+ .Background_text{
|
|
|
+ min-height: 0.36rem;
|
|
|
+ background: #fff;
|
|
|
+ border-left: 1px solid #D4E5EF;
|
|
|
+ padding: 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Properties_Right{
|
|
|
+ border-top: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Clinical_box{
|
|
|
+ border: 1px solid #0259AE;
|
|
|
+ margin: 0.05rem 0 0.2rem;
|
|
|
+ font-size: 0.14rem;
|
|
|
+ line-height: 0.18rem;
|
|
|
+ .Clinical_top{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background: #F0FAFE;
|
|
|
+ color: #0259AE;
|
|
|
+ padding-right: 0.16rem;
|
|
|
+ .Background_title{
|
|
|
+ width: 15%;
|
|
|
+ padding: 0.1rem ;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .Background_text{
|
|
|
+ width: 40%;
|
|
|
+ padding: 0.1rem ;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Clinical_scoll{
|
|
|
+ height: 1.5rem;
|
|
|
+ overflow-y: scroll;
|
|
|
+ .Background_content{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ .Background_title{
|
|
|
+ width: 15%;
|
|
|
+ padding: 0.1rem ;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .Background_text{
|
|
|
+ width: 40%;
|
|
|
+ padding: 0.1rem ;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .history_box{
|
|
|
+ border: 1px solid #0259AE;
|
|
|
+ padding: 0.2rem 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 0.14rem;
|
|
|
+ line-height: 0.18rem;
|
|
|
+ margin: 0.1rem 0 0.2rem;
|
|
|
+ .history_content{
|
|
|
+ display: flex;
|
|
|
+ margin-bottom: 0.15rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .source_box{
|
|
|
+ border: 1px solid #0259AE;
|
|
|
+ padding: 0.2rem 0.1rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 0.14rem;
|
|
|
+ line-height: 0.22rem;
|
|
|
+ margin: 0.1rem 0 0.2rem;
|
|
|
+ color: #0259AE;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|