1.
::after {
content: "";
width: 100%;
height: 1px;
background: #eee;
-webkit-transform: scale(1, 0.5);
-ms-transform: scale(1, 0.5);
-o-transform: scale(1, 0.5);
transform: scale(1, 0.5);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
position: absolute;
bottom: 0;
left: 0;
}
2.
::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 200%;
height: 200%;
pointer-events: none;
content: "";
border-right: 1px solid #e6e6e6;
-