imagebg.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /** image-bg css for Appway **/
  2. #iamge_block_02 .image-box:after{
  3. position: absolute;
  4. content: '';
  5. background: url(../images/icons/shap-1.png);
  6. width: 410px;
  7. height: 410px;
  8. left: -10px;
  9. bottom: -160px;
  10. background-repeat: no-repeat;
  11. z-index: -1;
  12. }
  13. #iamge_block_03 .image-box:before{
  14. position: absolute;
  15. content: '';
  16. background: url(../images/icons/shap-1.png);
  17. width: 410px;
  18. height: 410px;
  19. right: -30px;
  20. bottom: -70px;
  21. background-repeat: no-repeat;
  22. }
  23. .feature-style-two:before{
  24. position: absolute;
  25. content: '';
  26. background: url(../images/icons/bg-shap-1.png);
  27. width: 100%;
  28. height: 990px;
  29. left: 0px;
  30. top: 90px;
  31. right: 0px;
  32. background-repeat: no-repeat;
  33. background-size: cover;
  34. background-position: top center;
  35. }
  36. .video-section:before{
  37. position: absolute;
  38. content: '';
  39. background: url(../images/icons/shap-2.png);
  40. width: 845px;
  41. height: 180px;
  42. right: 0px;
  43. bottom: 0px;
  44. background-repeat: no-repeat;
  45. }
  46. .transactions-work .inner-box .single-item .count-box:before{
  47. position: absolute;
  48. content: '';
  49. background: url(../images/icons/shap-17.png);
  50. width: 32px;
  51. height: 29px;
  52. top: -26px;
  53. right: -4px;
  54. background-repeat: no-repeat;
  55. transition: all 500ms ease;
  56. }
  57. .transactions-work .inner-box .single-item:hover .count-box:before{
  58. transform: scale(1.1);
  59. }
  60. .transactions-work .inner-box .single-item:nth-child(2) .count-box:before{
  61. background: url(../images/icons/shap-23.png);
  62. background-repeat: no-repeat;
  63. }
  64. .transactions-work .inner-box .single-item:last-child .count-box:before{
  65. background: url(../images/icons/shap-25.png);
  66. background-repeat: no-repeat;
  67. }
  68. .transactions-work .inner-box .single-item .count-box:after{
  69. position: absolute;
  70. content: '';
  71. background: url(../images/icons/shap-18.png);
  72. width: 89px;
  73. height: 76px;
  74. right: -15px;
  75. bottom: -45px;
  76. background-repeat: no-repeat;
  77. transition: all 3000ms ease;
  78. }
  79. .transactions-work .inner-box .single-item:hover .count-box:after{
  80. transform: rotate(360deg);
  81. }
  82. .transactions-work .inner-box .single-item:nth-child(2) .count-box:after{
  83. background: url(../images/icons/shap-24.png);
  84. background-repeat: no-repeat;
  85. }
  86. .transactions-work .inner-box .single-item:last-child .count-box:after{
  87. background: url(../images/icons/shap-26.png);
  88. background-repeat: no-repeat;
  89. }
  90. .timeline-work .inner-content .single-item:after{
  91. position: absolute;
  92. content: '';
  93. background: url(../images/icons/pattern-29.png);
  94. width: 238px;
  95. height: 60px;
  96. left: 50%;
  97. transform: translateX(-50%);
  98. background-repeat: no-repeat;
  99. }
  100. .timeline-work .inner-content .single-item:nth-child(2):after,
  101. .timeline-work .inner-content .single-item:nth-child(4):after{
  102. background: url(../images/icons/pattern-30.png);
  103. top: 130px;
  104. height: 66px;
  105. background-repeat: no-repeat;
  106. }