updateService.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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% 16%;
  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. background-image: url(../images/bg_01_img.png);
  37. }
  38. .labelIcon1{
  39. height: 100%;
  40. background-repeat: no-repeat;
  41. background-position: 100% 100%;
  42. background-size: 38% 30%;
  43. background-image: url(../images/renqun01_icon.png);
  44. }
  45. .labelIcon.labelIcon_1{
  46. background-image: url(../images/bg_01_img.png);
  47. }
  48. .labelIcon.labelIcon_2{
  49. background-image: url(../images/bg_02_img.png);
  50. }
  51. .labelIcon.labelIcon_3{
  52. background-image: url(../images/bg_03_img.png);
  53. }
  54. .labelIcon.labelIcon_4{
  55. background-image: url(../images/bg_04_img.png);
  56. }
  57. .labelIcon.labelIcon_5{
  58. background-image: url(../images/bg_05_img.png);
  59. }
  60. .labelIcon.labelIcon_6{
  61. background-image: url(../images/bg_06_img.png);
  62. }
  63. .labelIcon1.labelIcon_1{
  64. background-image: url(../images/renqun01_icon.png);
  65. }
  66. .labelIcon1.labelIcon_2{
  67. background-image: url(../images/renqun02_icon.png);
  68. }
  69. .labelIcon1.labelIcon_3{
  70. background-image: url(../images/renqun03_icon.png);
  71. }
  72. .labelIcon1.labelIcon_4{
  73. background-image: url(../images/renqun04_icon.png);
  74. }
  75. .labelIcon1.labelIcon_5{
  76. background-image: url(../images/renqun05_icon.png);
  77. }
  78. .labelIcon1.labelIcon_6{
  79. background-image: url(../images/renqun06_icon.png);
  80. }
  81. .submitbtn{
  82. position: absolute;
  83. bottom:50px;
  84. width: 100%;
  85. }