You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
429 B
14 lines
429 B
3 years ago
|
*{margin: 0; padding: 0; list-style: none;}
|
||
|
/*a{ outline: none; color: #FF9900;}*/
|
||
|
.posA{position: absolute;}
|
||
|
.posR{position: relative;}
|
||
|
.posF{position: fixed;}
|
||
|
.dis_star{display: flex;justify-content: flex-start;}
|
||
|
.dis_end{display: flex;justify-content: flex-end;}
|
||
|
.dis_center{display: flex;justify-content: center;}
|
||
|
.dis_between{display: flex;justify-content: space-between;}
|
||
|
|
||
|
.cur{cursor: pointer;}
|
||
|
|
||
|
a{text-decoration: none;}
|