增加须弥模板
240
resources/dailyNote/Template/须弥/css/xiaoyao_Note.css
Normal file
@ -0,0 +1,240 @@
|
|||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: HYWenHei;
|
||||||
|
src: url(../../../../font/HYWenHei.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: MiSans-Regular;
|
||||||
|
src: url(../../../../font/MiSans-Regular.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: MiSans-Medium;
|
||||||
|
src: url(../../../../font/MiSans-Medium.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: HYWenHei-HEW;
|
||||||
|
src: url(../../../../font/HYWenHei-HEW.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
min-height: 627px;
|
||||||
|
height: auto;
|
||||||
|
width: 1137px;
|
||||||
|
/* background-color: rgba(0, 0, 0, 0.5); */
|
||||||
|
color: #fff; /*全局字体样式 */
|
||||||
|
/* -webkit-text-stroke: 0.1px #a033c9; /*字体样式描边色 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 这个是派遣头像位置
|
||||||
|
*/
|
||||||
|
.icon {
|
||||||
|
vertical-align: middle;
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
margin-left: -5px;
|
||||||
|
top: -15px;
|
||||||
|
left: 2px;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 设置派遣的距离
|
||||||
|
*/
|
||||||
|
.li {
|
||||||
|
width: 44%;
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
margin-bottom: 28px;
|
||||||
|
}
|
||||||
|
.left_model {
|
||||||
|
width: calc(50% - 136px);
|
||||||
|
padding: 75px 0;
|
||||||
|
padding-left: 136px;
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left_model img {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.div {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left_model .div:nth-child(2) {
|
||||||
|
margin-left: 22px;
|
||||||
|
width: 190px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 24px;
|
||||||
|
font-family: "MiSans-Regular";
|
||||||
|
/* color: #444444; */
|
||||||
|
display: block;
|
||||||
|
text-align: left;
|
||||||
|
text-shadow: 0 0 5px #5ac46c,0 0 5px #5ac46c; /* //设置发光效果 */
|
||||||
|
src: url("{{_res_path}}font/MiSans-Regular.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom {
|
||||||
|
text-align: left;
|
||||||
|
/* color: #a9834f; */
|
||||||
|
font-family: "MiSans-Regular";
|
||||||
|
}
|
||||||
|
|
||||||
|
.time {
|
||||||
|
border-radius: 15px;
|
||||||
|
/*background-color: #bc5ed1 ;/*时间按钮颜色*/
|
||||||
|
background-color: rgb(52, 174, 92, 0.6) ;/*时间按钮颜色*/
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
padding: 4px 10px;
|
||||||
|
margin: 0 6px;
|
||||||
|
font-family: "HYWenHei";
|
||||||
|
}
|
||||||
|
|
||||||
|
.kb {
|
||||||
|
height: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
margin-bottom: 42px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sumCount {
|
||||||
|
font-size: 32px;
|
||||||
|
font-family: "HYWenHei";
|
||||||
|
line-height: 50px;
|
||||||
|
text-align: center;
|
||||||
|
text-shadow: 0 0 5px #5ac46c,0 0 5px #5ac46c,0 0 2px #5ac46c; /* //设置发光效果 */
|
||||||
|
/* color: #a9843f; */
|
||||||
|
/* float: right; */
|
||||||
|
width: 170px;
|
||||||
|
height: 50px;
|
||||||
|
/* margin-top: 10px; */
|
||||||
|
background-image: url(../icon/矩形.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.right_model {
|
||||||
|
display: inline-block;
|
||||||
|
width: calc(50% - 135px);
|
||||||
|
padding: 80px 58px 45px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uId {
|
||||||
|
text-align: center;
|
||||||
|
background-image: url(../icon/圆角矩形.png);
|
||||||
|
text-align: center;
|
||||||
|
width: 364px;
|
||||||
|
height: 50px;
|
||||||
|
line-height: 50px;
|
||||||
|
/* color: #a033c9; */
|
||||||
|
color: #fff;
|
||||||
|
text-shadow: 0 0 5px #5ac46c,0 0 5px #5ac46c; /* //设置发光效果 */
|
||||||
|
/* border: 1px solid #a033c9; */
|
||||||
|
font-size: 24px;
|
||||||
|
font-family: 'HYWenHei';
|
||||||
|
}
|
||||||
|
|
||||||
|
.head_image {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.icon img {
|
||||||
|
width: 78px;
|
||||||
|
height: 78px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
vertical-align: middle;
|
||||||
|
display: inline-block;
|
||||||
|
width: calc(80px);
|
||||||
|
font-size: 16px;
|
||||||
|
text-align: center;
|
||||||
|
/* color: #a9843f; */
|
||||||
|
position: absolute;
|
||||||
|
font-family: "MiSans-Medium";
|
||||||
|
text-shadow: 0 0 5px #5ac46c,0 0 5px #5ac46c; /* //设置发光效果 */
|
||||||
|
top: 20%;
|
||||||
|
margin-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.circleProgress_wrapper {
|
||||||
|
width: 64px;
|
||||||
|
height: 64px;
|
||||||
|
/* margin: 50px auto; */
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
/* border:1px solid #ddd; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
width: 32px;
|
||||||
|
height: 64px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
right: 0;
|
||||||
|
/* border: solid 1px black; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
left: 0;
|
||||||
|
/* border: solid 1px red; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom_time {
|
||||||
|
display: flex;
|
||||||
|
font-size: 20px;
|
||||||
|
/* color: #d9766c; */
|
||||||
|
text-shadow: 0 0 5px #5ac46c,0 0 5px #5ac46c; /* //设置发光效果 */
|
||||||
|
font-family: "HYWenHei";
|
||||||
|
text-align: center;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom_image {
|
||||||
|
width: 212px;
|
||||||
|
height: 163px;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom_image img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jdt {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red {
|
||||||
|
/* color: #d9766c; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.user_null {
|
||||||
|
vertical-align: middle;
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
margin-left: -5px;
|
||||||
|
top: -3px;
|
||||||
|
left: 7px;
|
||||||
|
}
|
BIN
resources/dailyNote/Template/须弥/icon/bg/背景.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
resources/dailyNote/Template/须弥/icon/圆角矩形.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resources/dailyNote/Template/须弥/icon/矩形.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
resources/dailyNote/Template/须弥/speed/0.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
resources/dailyNote/Template/须弥/speed/10.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/100.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/20.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/30.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/40.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/50.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/60.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/70.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/80.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
resources/dailyNote/Template/须弥/speed/90.png
Normal file
After Width: | Height: | Size: 11 KiB |