123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- #_service li.active .outdiv{
- border-color:#4dcd70;
- background-repeat: no-repeat;
- background-position: 100% 0;
- background-image: url(../images/labelselect.png);
- background-size: 20% 16%;
- }
- .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%;
- background-image: url(../images/bg_01_img.png);
- }
- .labelIcon1{
- height: 100%;
- background-repeat: no-repeat;
- background-position: 100% 100%;
- background-size: 38% 30%;
- background-image: url(../images/renqun01_icon.png);
- }
- .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%;
- }
|