File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 < div class ="col-lg-6 col-md-6 ">
3838 < div class ="it-icon f-icon ">
3939 < div class ="t-block "> </ div >
40- < div class ="t-block "> </ div >
41- < div class ="t-block "> </ div >
42- < div class ="t-block "> </ div >
40+ < div class ="t-block t2 "> </ div >
41+ < div class ="t-block t3 "> </ div >
42+ < div class ="t-block t4 "> </ div >
4343 </ div >
4444 </ div >
4545 < div class ="col-lg-6 col-md-6 ">
5858 < div class ="col-lg-6 col-md-6 ">
5959 < div class ="clone-icon f-icon ">
6060 < div class ="t-block "> </ div >
61- < div class ="t-block "> </ div >
62- < div class ="t-block "> </ div >
63- < div class ="t-block "> </ div >
61+ < div class ="t-block t2 "> </ div >
62+ < div class ="t-block t3 "> </ div >
63+ < div class ="t-block t4 "> </ div >
6464 </ div >
6565 </ div >
6666 </ div >
Original file line number Diff line number Diff line change 7171 .skewY (-2deg );
7272 }
7373
74+ .t-block {
75+ background-color : rgb (255 , 255 , 255 );
76+ width : 80px ;
77+ height : 80px ;
78+ .skewY (26deg );
79+ float : left ;
80+ margin-right : 25px ;
81+
82+ & .t2 {
83+ background-color : rgba (255 , 255 , 255 , .8 );
84+ }
85+
86+ & .t3 {
87+ background-color : rgba (255 , 255 , 255 , .6 );
88+ }
89+
90+ & .t4 {
91+ background-color : rgba (255 , 255 , 255 , .4 );
92+ }
93+ }
94+
7495 h2 {
7596 color : white ;
7697 }
Original file line number Diff line number Diff line change @@ -603,6 +603,27 @@ body.page-sub #header {
603603 -o-transform : skewY (-2deg );
604604 transform : skewY (-2deg );
605605}
606+ # feature-iterate .t-block {
607+ background-color : # ffffff ;
608+ width : 80px ;
609+ height : 80px ;
610+ -webkit-transform : skewY (26deg );
611+ -moz-transform : skewY (26deg );
612+ -ms-transform : skewY (26deg );
613+ -o-transform : skewY (26deg );
614+ transform : skewY (26deg );
615+ float : left;
616+ margin-right : 25px ;
617+ }
618+ # feature-iterate .t-block .t2 {
619+ background-color : rgba (255 , 255 , 255 , 0.8 );
620+ }
621+ # feature-iterate .t-block .t3 {
622+ background-color : rgba (255 , 255 , 255 , 0.6 );
623+ }
624+ # feature-iterate .t-block .t4 {
625+ background-color : rgba (255 , 255 , 255 , 0.4 );
626+ }
606627# feature-iterate h2 {
607628 color : white;
608629}
You can’t perform that action at this time.
0 commit comments