123456789101112131415161718192021222324252627 |
- .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;
- }
|