@@ -2,6 +2,7 @@
background: #EAF7FA;
height: 36px;
line-height: 36px;
+ font-weight: bold;
}
.drug-icon {
width: 16px;
@@ -16,6 +16,7 @@
top: 10px;
.general-icon {
@@ -1,21 +1,23 @@
.drug-info-wrapper {
position: fixed;
- width: 850px;
- height: 680px;
+ width: 950px;
+ height: 70%;
left: 50%;
- top: 50%;
- margin-left: -425px;
- margin-top: -340px;
+ top: 15%;
+ margin-left: -475px;
background: #fff;
z-index: 303;
+ padding: 40px 0 60px;
.drug-desc-wrapper {
- height: 640px;
+ height: 100%;
overflow-y: auto;
padding: 0 40px;
.drug-title {
+ position: absolute;
+ top: 0;
width: 100%;
height: 40px;
line-height: 40px;