|
@@ -47,11 +47,8 @@
|
|
|
height: 100%;
|
|
|
float: left;
|
|
|
width: 85px;
|
|
|
- text-align:justify;
|
|
|
- text-justify:distribute-all-lines;/*ie6-8*/
|
|
|
- text-align-last:justify;/* ie9*/
|
|
|
- -moz-text-align-last:justify;/*ff*/
|
|
|
- -webkit-text-align-last:justify;/*chrome 20+*/
|
|
|
+ text-align-last:justify; /*chrome*/
|
|
|
+ text-justify: distribute; /*ff*/
|
|
|
}
|
|
|
.drug-desc-title::before {
|
|
|
content: '【'
|