no message
This commit is contained in:
parent
d84a437168
commit
d0f8db7f15
@ -67,6 +67,18 @@
|
|||||||
top: -9px;
|
top: -9px;
|
||||||
right: 44px;
|
right: 44px;
|
||||||
}
|
}
|
||||||
|
.boxbox .admission-box .triangle {
|
||||||
|
width: 20px;
|
||||||
|
height: 8px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
.boxbox .admission-box .triangle.triangle-left {
|
||||||
|
left: -8px;
|
||||||
|
}
|
||||||
|
.boxbox .admission-box .triangle.triangle-right {
|
||||||
|
right: -8px;
|
||||||
|
}
|
||||||
.boxbox .admission-box .bj {
|
.boxbox .admission-box .bj {
|
||||||
width: 566px;
|
width: 566px;
|
||||||
height: 226px;
|
height: 226px;
|
||||||
|
@ -77,6 +77,20 @@
|
|||||||
top: -9px;
|
top: -9px;
|
||||||
right: 44px;
|
right: 44px;
|
||||||
|
|
||||||
|
.triangle {
|
||||||
|
width: 20px;
|
||||||
|
height: 8px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
|
&.triangle-left {
|
||||||
|
left: -8px;
|
||||||
|
}
|
||||||
|
&.triangle-right {
|
||||||
|
right: -8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bj {
|
.bj {
|
||||||
width: 566px;
|
width: 566px;
|
||||||
height: 226px;
|
height: 226px;
|
||||||
|
6
img/triangle-blue.svg
Normal file
6
img/triangle-blue.svg
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="8px" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g transform="matrix(1 0 0 1 -942 -160 )">
|
||||||
|
<path d="M 0 8 L 10 0 L 20 8 L 0 8 Z " fill-rule="nonzero" fill="#026277" stroke="none" transform="matrix(1 0 0 1 942 160 )" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
Loading…
Reference in New Issue
Block a user