|
@@ -59,6 +59,7 @@
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
|
|
|
.report-phead {
|
|
@@ -87,7 +88,7 @@
|
|
|
right: 0;
|
|
|
width: 93px;
|
|
|
height: 3px;
|
|
|
- background-image: url(./bg-color.png);
|
|
|
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAACCAYAAADl56r+AAAAAXNSR0IArs4c6QAAADlJREFUKFNjZEj5/5+BCNAjTIQiBgaGojOZRClk1L9MlDoGk5dEqbPWv0OUumNPpxOljnE0YLCHEwD/nBSjeg9W+wAAAABJRU5ErkJggg==");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
@@ -112,7 +113,7 @@
|
|
|
left: 0;
|
|
|
width: 93px;
|
|
|
height: 3px;
|
|
|
- background-image: url(./bg-color.png);
|
|
|
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAACCAYAAADl56r+AAAAAXNSR0IArs4c6QAAADlJREFUKFNjZEj5/5+BCNAjTIQiBgaGojOZRClk1L9MlDoGk5dEqbPWv0OUumNPpxOljnE0YLCHEwD/nBSjeg9W+wAAAABJRU5ErkJggg==");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
@@ -148,25 +149,11 @@
|
|
|
/* report cover */
|
|
|
.report-cover {
|
|
|
background-color: #fff;
|
|
|
+ background-image: url(./bg-cover.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-.report-cover-bg {
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 1;
|
|
|
-}
|
|
|
-.report-cover-bg img {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.report-cover .report-body {
|
|
|
- position: relative;
|
|
|
- z-index: 2;
|
|
|
-}
|
|
|
.report-cover .cover-title {
|
|
|
position: absolute;
|
|
|
font-size: 59px;
|
|
@@ -335,7 +322,7 @@
|
|
|
left: 27px;
|
|
|
z-index: 9;
|
|
|
|
|
|
- background-image: url(./bg-start.png);
|
|
|
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAY1BMVEUAAACTgP+NeP+Md/+NeP+Md/+NeP+Nd/+Nef+Nef+Md//////Fu//8/P/AtP+Pev/18//x7v/u7P+6rv+bif/6+f/Syv/Oxf+rm/+mlv+XhP+Ugf/p5f/h2/+zpf/d2P/d1/9drecdAAAACnRSTlMAG/Py2baba05un7UgfgAAASVJREFUSMeVltuCgiAQhjFPxQhIoKZWu+//lKstF0lDzHz3HzAc/kEEirauTjLBqarbQrxTNDJL86acS0mgPIvARRK5hPElmdccRUkXyr2ORjJotgkki0K0PKEVNU+oRcUTKoHfB+OcwW+JkCgjwChRcOEGGze6YOwuWEMWJngxUYVZ/QtqJgleDxAYtM8I63O0cMCOzzUtaAUISieFAVCGpPDAhUdSWHpA6JdIiDY0Rs3fttV9Cu77OUwQMWUOzvRRASYjyPtRuMuccD0K16wQLykrqGhTc4KBiFzRa1j6708oZiUUbTvfbfjOUope3P74d2EPA7eQ3nQQUBJBprtO40GWiEqvtcejkh3G7LhnNxRuy2I3RW7bZTd2/teB/zlhf3/+AIRfWWyi63byAAAAAElFTkSuQmCC");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|