12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- #_service li.active .outdiv{
- border-color:#4dcd70;
- background-repeat: no-repeat;
- background-position: 100% 0;
- background-image: url(../images/labelselect.png);
- background-size: 20% 20%;
- }
- .outdiv{
- border-radius: 5px;
- border:2px solid #E1E1E1;
- background-color: #fff;
- }
- w3-row:after {
- content: "";
- display: table;
- clear: both
- }
- .w3-col {
- float: left;
- width: 100%;
- }
- .w3-rest{overflow:hidden}
- .w3-row-padding,.w3-row-padding>.w3-col {
- padding:5px;
- }
- .w3-col.s4 {
- width: 33.33333%;
- }
- #_service li{
- }
- .labelIcon{
- height: 100%;
- background-repeat: no-repeat;
- background-position: 1px 1px;
- background-size: 75% 75%;
- }
- .labelIcon1{
- height: 100%;
- background-repeat: no-repeat;
- background-position: 100% 100%;
- background-size: 38% 30%;
- }
- .labelIcon.labelIcon_1{
- background-image: url(../images/bg_01_img.png);
- }
- .labelIcon.labelIcon_2{
- background-image: url(../images/bg_02_img.png);
- }
- .labelIcon.labelIcon_3{
- background-image: url(../images/bg_03_img.png);
- }
- .labelIcon.labelIcon_4{
- background-image: url(../images/bg_04_img.png);
- }
- .labelIcon.labelIcon_5{
- background-image: url(../images/bg_05_img.png);
- }
- .labelIcon.labelIcon_6{
- background-image: url(../images/bg_06_img.png);
- }
- .labelIcon1.labelIcon_1{
- background-image: url(../images/renqun01_icon.png);
- }
- .labelIcon1.labelIcon_2{
- background-image: url(../images/renqun02_icon.png);
- }
- .labelIcon1.labelIcon_3{
- background-image: url(../images/renqun03_icon.png);
- }
- .labelIcon1.labelIcon_4{
- background-image: url(../images/renqun04_icon.png);
- }
- .labelIcon1.labelIcon_5{
- background-image: url(../images/renqun05_icon.png);
- }
- .labelIcon1.labelIcon_6{
- background-image: url(../images/renqun06_icon.png);
- }
- .submitbtn{
- position: absolute;
- bottom:50px;
- width: 100%;
- }
|