This commit is contained in:
parent
976cd49186
commit
6f0ef871ba
1
2023
1
2023
@ -1 +0,0 @@
|
|||||||
Subproject commit 62de0086f759bc593ef44b66523921ef26aee06c
|
|
5
2023_v1/.idea/.gitignore
vendored
Normal file
5
2023_v1/.idea/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 默认忽略的文件
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# 基于编辑器的 HTTP 客户端请求
|
||||||
|
/httpRequests/
|
8
2023_v1/.idea/modules.xml
Normal file
8
2023_v1/.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/简历.iml" filepath="$PROJECT_DIR$/.idea/简历.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
12
2023_v1/.idea/简历.iml
Normal file
12
2023_v1/.idea/简历.iml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
0
2023_v1/READEM.md
Normal file
0
2023_v1/READEM.md
Normal file
BIN
2023_v1/fonts/sarasa-mono-sc-light.ttf
Normal file
BIN
2023_v1/fonts/sarasa-mono-sc-light.ttf
Normal file
Binary file not shown.
208
2023_v1/index.html
Normal file
208
2023_v1/index.html
Normal file
File diff suppressed because one or more lines are too long
200
2023_v1/index2.html
Normal file
200
2023_v1/index2.html
Normal file
File diff suppressed because one or more lines are too long
59
2023_v1/page_A4.css
Normal file
59
2023_v1/page_A4.css
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
body
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
font: 14pt "宋体";
|
||||||
|
}
|
||||||
|
*
|
||||||
|
{
|
||||||
|
box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.page
|
||||||
|
{
|
||||||
|
width: 21cm;
|
||||||
|
min-height: 29.7cm;
|
||||||
|
/* padding: 2cm;*/
|
||||||
|
margin: 1cm auto;
|
||||||
|
/* border: 1px #D3D3D3 solid;*/
|
||||||
|
/* border-radius: 5px;*/
|
||||||
|
background: white;
|
||||||
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
.subpage
|
||||||
|
{
|
||||||
|
/* padding: 1cm;*/
|
||||||
|
/* border: 5px red solid;*/
|
||||||
|
/*height: 256mm;*/
|
||||||
|
height: 297mm;
|
||||||
|
/* outline: 2cm #FFEAEA solid;*/
|
||||||
|
}
|
||||||
|
@page
|
||||||
|
{
|
||||||
|
size: A4;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
@media print
|
||||||
|
{
|
||||||
|
.page
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
border: initial;
|
||||||
|
border-radius: initial;
|
||||||
|
width: initial;
|
||||||
|
min-height: initial;
|
||||||
|
box-shadow: initial;
|
||||||
|
background: initial;
|
||||||
|
page-break-after: always;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'ziti';
|
||||||
|
src: url('fonts/sarasa-mono-sc-light.ttf');
|
||||||
|
}
|
||||||
|
* {
|
||||||
|
|
||||||
|
font-family: 'ziti';
|
||||||
|
font-display: optional;
|
||||||
|
}
|
57
2023_v1/page_default.css
Normal file
57
2023_v1/page_default.css
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
:root{
|
||||||
|
--color-bg-default:rgba(222,234,246,0.3);
|
||||||
|
--color-bg-plane: rgba(251, 86, 85, 0.9);
|
||||||
|
--color-text-title:#F87261;
|
||||||
|
--color-text-content:#F8B33A;
|
||||||
|
--color--border:#F49225;
|
||||||
|
--box-shadow:-6px -6px 15px rgba(255,255,255,0.8), 6px 6px 15px rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
.icon{
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
|
width: 1.5em;
|
||||||
|
height: 1.5em;
|
||||||
|
font-size: 1.1em;
|
||||||
|
text-anchor: middle; /* 文本水平居中 */
|
||||||
|
dominant-baseline: middle; /* 文本垂直居中 */
|
||||||
|
}
|
||||||
|
.ipage{
|
||||||
|
background-color: var(--color-bg-default);
|
||||||
|
}
|
||||||
|
.badge{
|
||||||
|
height: 2em;
|
||||||
|
width: 2em;
|
||||||
|
margin-left: 0.75em;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.setHighColorBox{
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: var(--color-bg-plane);
|
||||||
|
color:var(--color-text-content);
|
||||||
|
}
|
||||||
|
.setBoxShadow{
|
||||||
|
box-shadow: var(--box-shadow);
|
||||||
|
}
|
||||||
|
.setBoxMargin{
|
||||||
|
margin: 0.5em auto;
|
||||||
|
}
|
||||||
|
.setBoxPadding{
|
||||||
|
padding: 1em;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.setBoxRound{
|
||||||
|
border-radius: 7.5px;
|
||||||
|
}
|
||||||
|
.setBoxInline{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.setFontBigAsH1{
|
||||||
|
margin: 0.5em auto;
|
||||||
|
font-size: 1.1em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.setFontBigAsText{
|
||||||
|
margin: 0.5em auto;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
BIN
2023_v1/profile.jpg
Normal file
BIN
2023_v1/profile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
16
2023_v1/user_info.css
Normal file
16
2023_v1/user_info.css
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*
|
||||||
|
* 个人照片设置
|
||||||
|
*/
|
||||||
|
.infoProfile{
|
||||||
|
width: 120px;
|
||||||
|
height: 160px;
|
||||||
|
background:url("./profile.jpg") no-repeat;
|
||||||
|
background-size:cover;
|
||||||
|
/*display: inline-block;*/
|
||||||
|
}
|
||||||
|
.infoDetail{
|
||||||
|
width: calc(100% - 150px);
|
||||||
|
height: 160px;
|
||||||
|
background-size:cover;
|
||||||
|
/*display: inline-block;*/
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user