diff --git a/resources/dailyNote/Template/须弥/css/xiaoyao_Note.css b/resources/dailyNote/Template/须弥/css/xiaoyao_Note.css new file mode 100644 index 0000000..8750b6a --- /dev/null +++ b/resources/dailyNote/Template/须弥/css/xiaoyao_Note.css @@ -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; +} diff --git a/resources/dailyNote/Template/须弥/icon/bg/背景.png b/resources/dailyNote/Template/须弥/icon/bg/背景.png new file mode 100644 index 0000000..e84a2c8 Binary files /dev/null and b/resources/dailyNote/Template/须弥/icon/bg/背景.png differ diff --git a/resources/dailyNote/Template/须弥/icon/圆角矩形.png b/resources/dailyNote/Template/须弥/icon/圆角矩形.png new file mode 100644 index 0000000..e1d1ca4 Binary files /dev/null and b/resources/dailyNote/Template/须弥/icon/圆角矩形.png differ diff --git a/resources/dailyNote/Template/须弥/icon/矩形.png b/resources/dailyNote/Template/须弥/icon/矩形.png new file mode 100644 index 0000000..0e0e94b Binary files /dev/null and b/resources/dailyNote/Template/须弥/icon/矩形.png differ diff --git a/resources/dailyNote/Template/须弥/speed/0.png b/resources/dailyNote/Template/须弥/speed/0.png new file mode 100644 index 0000000..65caf9e Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/0.png differ diff --git a/resources/dailyNote/Template/须弥/speed/10.png b/resources/dailyNote/Template/须弥/speed/10.png new file mode 100644 index 0000000..3256897 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/10.png differ diff --git a/resources/dailyNote/Template/须弥/speed/100.png b/resources/dailyNote/Template/须弥/speed/100.png new file mode 100644 index 0000000..d0411fb Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/100.png differ diff --git a/resources/dailyNote/Template/须弥/speed/20.png b/resources/dailyNote/Template/须弥/speed/20.png new file mode 100644 index 0000000..a3dae8f Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/20.png differ diff --git a/resources/dailyNote/Template/须弥/speed/30.png b/resources/dailyNote/Template/须弥/speed/30.png new file mode 100644 index 0000000..7ebe91c Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/30.png differ diff --git a/resources/dailyNote/Template/须弥/speed/40.png b/resources/dailyNote/Template/须弥/speed/40.png new file mode 100644 index 0000000..09a2515 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/40.png differ diff --git a/resources/dailyNote/Template/须弥/speed/50.png b/resources/dailyNote/Template/须弥/speed/50.png new file mode 100644 index 0000000..a36c969 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/50.png differ diff --git a/resources/dailyNote/Template/须弥/speed/60.png b/resources/dailyNote/Template/须弥/speed/60.png new file mode 100644 index 0000000..33c08f5 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/60.png differ diff --git a/resources/dailyNote/Template/须弥/speed/70.png b/resources/dailyNote/Template/须弥/speed/70.png new file mode 100644 index 0000000..1575dd1 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/70.png differ diff --git a/resources/dailyNote/Template/须弥/speed/80.png b/resources/dailyNote/Template/须弥/speed/80.png new file mode 100644 index 0000000..71a1da7 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/80.png differ diff --git a/resources/dailyNote/Template/须弥/speed/90.png b/resources/dailyNote/Template/须弥/speed/90.png new file mode 100644 index 0000000..fc49db3 Binary files /dev/null and b/resources/dailyNote/Template/须弥/speed/90.png differ