12345678910111213141516171819202122232425262728293031323334 |
- .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;
- }
- .general-item {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- line-height: 36px;
- }
|