@@ -0,0 +1,77 @@
|
||||
@import 'page.css';
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'PingFang';
|
||||
src: url('./fonts/PingFang.ttc');
|
||||
} */
|
||||
/* 通用样式 */
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: rgba(255, 255, 255, 255);
|
||||
text-decoration: none;
|
||||
box-sizing: border-box;
|
||||
font-family: 'sans-serif';
|
||||
-webkit-touch-callout: none; /*系统默认菜单被禁用*/
|
||||
-webkit-user-select: none; /*webkit浏览器*/
|
||||
-khtml-user-select: none; /*早期浏览器*/
|
||||
-moz-user-select: none; /*火狐*/
|
||||
-ms-user-select: none; /*IE10*/
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-moz-touch-callout: none;
|
||||
-ms-touch-callout: none;
|
||||
touch-callout: none;
|
||||
}
|
||||
|
||||
body,
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
overflow-y: hidden;
|
||||
max-height: 100vh;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.box {
|
||||
min-width: 100%;
|
||||
min-height: 100vh;
|
||||
font-size: 16px;
|
||||
font-family: 'PingFang';
|
||||
background: rgb(0, 0, 0);
|
||||
flex: 1;
|
||||
overflow-y: hidden;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.box-row {
|
||||
margin-top: 25px;
|
||||
height: 22px;
|
||||
/* background: red; */
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.span1 {
|
||||
width: 90%;
|
||||
text-indent: 1em;
|
||||
}
|
||||
|
||||
.span3 {
|
||||
width: 90%;
|
||||
text-indent: 1em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 8px;
|
||||
height: 15px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user