123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .last-treat-wrapper {
- position: relative;
- padding: 10px 0 0 0;
- }
- .last-treat-title-box {
- height: 36px;
- line-height: 36px;
- background: rgb(47,199,156);
- opacity: 0.1;
- filter:alpha(opacity=10);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10);";
- }
- .last-treat-title {
- position: absolute;
- width: 100%;
- top: 10px;
- height: 36px;
- line-height: 36px;
- font-weight: bold;
- }
- .last-treat-icon {
- width: 16px;
- float: left;
- margin: 10px;
- }
- .last-treat-name-box {
- display: inline-block;
- width: 150px;
- position: relative;
- }
- .adverse-reactions-item{
- border-bottom: 1px dotted #D2D2D2;
- line-height: 36px;
- }
- .info-img {
- position: absolute;
- width: 15px;
- position: absolute;
- top: -8px;
- }
- .last-treat-big-name-box {
- display: inline-block;
-
- }
|