227 lines
4.2 KiB
CSS
227 lines
4.2 KiB
CSS
/* 字体 */
|
||
/*:root {*/
|
||
/* font-size: calc(0.5em + 1vw); */
|
||
/*font-size: 62.5%;*/
|
||
/*}*/
|
||
|
||
body, html {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
/* border + padding + body = width */
|
||
*, :after, :before {
|
||
box-sizing: border-box;
|
||
|
||
/*选中可编辑框是 外层隐藏黑线*/
|
||
outline: none;
|
||
}
|
||
|
||
html {
|
||
font-family: sans-serif;
|
||
line-height: 1.15;
|
||
-webkit-text-size-adjust: 100%;
|
||
-ms-text-size-adjust: 100%;
|
||
-ms-overflow-style: scrollbar;
|
||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
||
}
|
||
|
||
/*@-ms-viewport {*/
|
||
/* width: device-width;*/
|
||
/*}*/
|
||
|
||
body {
|
||
color: #262626;
|
||
font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||
font-variant: tabular-nums;
|
||
line-height: 1.5715;
|
||
background-color: #fff;
|
||
font-feature-settings: "tnum", "tnum";
|
||
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
|
||
/*background-color: #ffebc3;*/
|
||
}
|
||
|
||
hr {
|
||
box-sizing: content-box;
|
||
height: 0;
|
||
overflow: visible
|
||
}
|
||
|
||
/* style sheet for "A4" printing */
|
||
@media print and (width: 21cm) and (height: 29.7cm) {
|
||
@page {
|
||
margin: 3cm;
|
||
}
|
||
}
|
||
|
||
/* style sheet for "letter" printing */
|
||
@media print and (width: 8.5in) and (height: 11in) {
|
||
@page {
|
||
margin: 1in;
|
||
}
|
||
}
|
||
|
||
|
||
header {
|
||
position: fixed;
|
||
/* border: 1px yellow solid; */
|
||
z-index: 9999;
|
||
top: 0;
|
||
left: 0;
|
||
/*right: 0;*/
|
||
width: 100%;
|
||
min-height: 6rem;
|
||
|
||
/*background-color: #ffebc3;*/
|
||
/*background-color: deepskyblue;*/
|
||
|
||
/*响应式*/
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
/*flex-wrap: nowrap;*/
|
||
}
|
||
|
||
#head_top{
|
||
width: 100%;
|
||
height: 3.2vw;
|
||
|
||
border: 1px #f5f5f5 solid;
|
||
/*box-shadow: 0 40rem 80rem rgba(31, 35, 41, 0.1);*/
|
||
background-color: rgb(255, 255, 255);
|
||
/*background-color: blue;*/
|
||
|
||
font-size: 1.5vw;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.fixStylePosition {
|
||
display: block;
|
||
width: 100%;
|
||
height: 2.6vw;
|
||
|
||
/*border: 1px #dee0e3 solid;*/
|
||
/*border: 1px orange solid;*/
|
||
|
||
background-color: rgb(255, 255, 255);
|
||
border: 1px #f5f5f5 solid;
|
||
/*box-shadow: 0 40rem 80rem rgba(31, 35, 41, 0.1);*/
|
||
}
|
||
|
||
.fixStyleOut {
|
||
/*border: 1px blue solid;*/
|
||
margin: 0 0;
|
||
width: auto;
|
||
/*height: 130rem;*/
|
||
padding: 0.5w 0.5w;
|
||
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
/*align-content: center;*/
|
||
}
|
||
|
||
.fixStyleInnerSpan {
|
||
margin: 0 0.8vw;
|
||
}
|
||
|
||
main {
|
||
width: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
|
||
margin-top: 5.8vw;
|
||
/*min-height: 80%;*/
|
||
|
||
/*border: 1px greenyellow solid;*/
|
||
}
|
||
|
||
#yxl_note {
|
||
width: 60%;
|
||
/* width: 21cm; */
|
||
min-height: 20vw;
|
||
/* font-size: 1.5rem; */
|
||
|
||
/*border: 1px red solid;*/
|
||
margin: auto auto;
|
||
padding: 1vw 1vw;
|
||
/*box-shadow: 0 40rem 80rem rgba(31, 35, 41, 0.1);*/
|
||
|
||
/*响应式*/
|
||
/*display: flex;*/
|
||
/*flex-direction:column;*/
|
||
/*flex-wrap: nowrap;*/
|
||
|
||
}
|
||
|
||
#yxl_note p {
|
||
/*border: 1px rgb(248, 245, 245) solid;*/
|
||
margin: 0 0;
|
||
padding: 0 0;
|
||
/* border: none; */
|
||
|
||
/*响应式*/
|
||
flex: 1 1 100%;
|
||
}
|
||
|
||
#yxl_note p span{
|
||
/*border: 1px rgb(248, 245, 245) solid;*/
|
||
margin: 0 0;
|
||
padding: 0 0;
|
||
/* border: none; */
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
#testInput {
|
||
width: 60%;
|
||
min-height: 1000rem;
|
||
border: 1px rgb(0, 140, 255) solid;
|
||
margin: 20px auto;
|
||
justify-content: center;
|
||
}
|
||
|
||
::selection {
|
||
color: antiquewhite;
|
||
background-color: cadetblue;
|
||
text-shadow: #00a9ff;
|
||
}
|
||
|
||
.my-divider-item {
|
||
background-color: #e9e9eb;
|
||
width: 1px;
|
||
height: 180rem;
|
||
margin: 0 60rem;
|
||
}
|
||
|
||
footer{
|
||
width: 100%;
|
||
}
|
||
|
||
|
||
/*@media screen and ( max-width: 1024px ) {*/
|
||
/* !*当屏幕尺寸小于768px时,应用下面的css样式*!*/
|
||
/* .fixStylePosition {*/
|
||
/* display: block;*/
|
||
/* z-index: 99;*/
|
||
/* top: 0;*/
|
||
/* width: 100%;*/
|
||
/* min-height: 200rem;*/
|
||
/* margin-bottom: 3rem;*/
|
||
/* }*/
|
||
|
||
/* #_style_utils svg {*/
|
||
/* width: 400rem;*/
|
||
/* height: 400rem;*/
|
||
/* margin: 50rem 0;*/
|
||
/* }*/
|
||
|
||
/*}*/
|