updateService.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #_service li.active .outdiv{
  2. border-color:#4dcd70;
  3. background-repeat: no-repeat;
  4. background-position: 100% 0;
  5. background-image: url(../images/labelselect.png);
  6. background-size: 20% 20%;
  7. }
  8. .outdiv{
  9. border-radius: 5px;
  10. border:2px solid #E1E1E1;
  11. background-color: #fff;
  12. }
  13. w3-row:after {
  14. content: "";
  15. display: table;
  16. clear: both
  17. }
  18. .w3-col {
  19. float: left;
  20. width: 100%;
  21. }
  22. .w3-rest{overflow:hidden}
  23. .w3-row-padding,.w3-row-padding>.w3-col {
  24. padding:5px;
  25. }
  26. .w3-col.s4 {
  27. width: 33.33333%;
  28. }
  29. #_service li{
  30. }
  31. .labelIcon{
  32. height: 100%;
  33. background-repeat: no-repeat;
  34. background-position: 1px 1px;
  35. background-size: 75% 75%;
  36. }
  37. .labelIcon1{
  38. height: 100%;
  39. background-repeat: no-repeat;
  40. background-position: 100% 100%;
  41. background-size: 38% 30%;
  42. }
  43. .labelIcon.labelIcon_1{
  44. background-image: url(../images/bg_01_img.png);
  45. }
  46. .labelIcon.labelIcon_2{
  47. background-image: url(../images/bg_02_img.png);
  48. }
  49. .labelIcon.labelIcon_3{
  50. background-image: url(../images/bg_03_img.png);
  51. }
  52. .labelIcon.labelIcon_4{
  53. background-image: url(../images/bg_04_img.png);
  54. }
  55. .labelIcon.labelIcon_5{
  56. background-image: url(../images/bg_05_img.png);
  57. }
  58. .labelIcon.labelIcon_6{
  59. background-image: url(../images/bg_06_img.png);
  60. }
  61. .labelIcon1.labelIcon_1{
  62. background-image: url(../images/renqun01_icon.png);
  63. }
  64. .labelIcon1.labelIcon_2{
  65. background-image: url(../images/renqun02_icon.png);
  66. }
  67. .labelIcon1.labelIcon_3{
  68. background-image: url(../images/renqun03_icon.png);
  69. }
  70. .labelIcon1.labelIcon_4{
  71. background-image: url(../images/renqun04_icon.png);
  72. }
  73. .labelIcon1.labelIcon_5{
  74. background-image: url(../images/renqun05_icon.png);
  75. }
  76. .labelIcon1.labelIcon_6{
  77. background-image: url(../images/renqun06_icon.png);
  78. }
  79. .submitbtn{
  80. position: absolute;
  81. bottom:50px;
  82. width: 100%;
  83. }