@@ -20,9 +20,34 @@
height: 40px;
line-height: 40px;
padding: 0 40px;
+ border-bottom: 1px solid #979797;
}
.close-drug-desc {
position: absolute;
right: 0;
width: 30px;
-}
+}
+.drug-desc-item {
+ padding: 5px 0;
+.drug-desc-title {
+ display: inline-block;
+ font-weight: bold;
+ font-size: 14px;
+ height: 100%;
+ float: left;
+.drug-desc-title::before {
+ content: '【'
+.drug-desc-title::after {
+ content: '】'
+.drug-title1 {
+ height: 60px;
+ line-height: 60px;
+ font-size: 32px;
+ color: #000000;
+ text-align: center;
+.drug-desc-content {}