| | |
| | | .marr10{ |
| | | margin-right: 10px !important; |
| | | } |
| | | .marb5{ |
| | | margin-bottom: 5px !important; |
| | | } |
| | | .marb10{ |
| | | margin-bottom: 10px !important; |
| | | } |
| | |
| | | } |
| | | .flex-between{ |
| | | justify-content: space-between; |
| | | } |
| | | .flex-around{ |
| | | justify-content: space-around; |
| | | } |
| | | .fl{ |
| | | float: left; |
| | |
| | | } |
| | | /* 蓝色标题 */ |
| | | .color { |
| | | color: rgb(0, 110, 215); |
| | | color: rgb(1, 72, 153); |
| | | } |
| | | /* 变小手 */ |
| | | .cursor{ |
| | | cursor: pointer; |
| | | } |
| | | .hr{ |
| | | margin: 2px 0; |
| | | height: 1px; |
| | | border: none; |
| | | border-top: 1px; |
| | | } |
| | | .name { |
| | | font-family: STHeiti; |
| | | font-size: 30px; |
| | | margin-top: 0px; |
| | | margin-bottom: 20px; |
| | | text-align: center; |
| | | } |
| | | .namehr{ |
| | | /* border: 3px solid blue; */ |
| | | height: 2px; |
| | | background-color: rgb(10, 10, 175); |
| | | margin-bottom: 20px; |
| | | } |