123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- * {
- padding: 0;
- margin: 0;
- list-style: none;
- box-sizing: border-box;
- }
- html,
- body {
- width: 100%;
- height: auto;
- background-color: #F7F8F9;
- }
- .HoutaiContainer {
- width: 1440px;
- height: auto;
- margin: 0 auto;
- }
- .HoutaiContainerTitle {
- width: 1440px;
- height: 58px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- position: fixed;
- top: 0;
- background-color: #F7F8F9;
- }
- .HoutaiContainerTitleText {
- color: #000000;
- font-weight: bold;
- font-size: 32px;
- margin-left: 32px;
- margin-top: 11px;
- }
- .HoutaiContainerTitleLogout {
- width: 60px;
- height: 43px;
- background-color: #000000;
- border-radius: 15px;
- color: #FFFFFF;
- font-size: 14px;
- font-weight: bold;
- text-align: center;
- line-height: 43px;
- margin-top: 11px;
- position: absolute;
- right: 32px;
- cursor: pointer;
- }
- .HoutaiContainerTitleButton {
- margin-left: 32px;
- /* margin-top: 16px; */
- width: 1316px;
- /* width: 1440px; */
- /* height: 43px; */
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- align-items: center;
- flex-wrap: wrap;
- margin-top: 58px;
- }
- .HoutaiContainerTitleButton p {
- background-color: #FFFFFF;
- border-radius: 4px;
- text-align: center;
- color: #000000;
- font-size: 14px;
- font-weight: bold;
- margin-right: 16px;
- border: 1px solid #000;
- padding: 10px 16px;
- margin-bottom: 16px;
- cursor: pointer;
- }
- .SLHeader-Container {
- overflow: hidden;
- margin-left: 32px;
- position: relative;
- }
|