1234567891011121314151617181920212223242526272829 |
- .general-wrapper {
- position: relative;
- padding: 10px 0 0 0;
- }
- .general-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);";
- }
- .general-title {
- position: absolute;
- width: 100%;
- top: 10px;
- height: 36px;
- line-height: 36px;
- font-weight: bold;
- }
- .general-icon {
- width: 16px;
- float: left;
- margin: 10px;
- }
- .follow-up-box {
- border-bottom: 1px dotted #D2D2D2;
- line-height: 36px;
- }
|