| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- .horizontalToolbarSeparator {
- display: inline-block;
- margin: 0 10px -2px;
- width: 1px;
- height: 15px;
- background-color: rgba(255,255,255,.5);
- -webkit-box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
- box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
- }
- .btn-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- cursor: pointer;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 28px;
- padding-left: 10px;
- padding-right: 10px;
- //background-color: rgb(59, 95, 232);
- border-radius: 1px;
- border-color: #44AAFF;
- font-weight: 500;
- font-size: 14px;
- color: white;
- margin: 1px;
- }
- .btn-icon :active {
- color: rgb(0, 245, 255);
- }
- .btn-icon :hover {
- color: rgb(0, 245, 255);
- }
- .text-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- cursor: pointer;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 28px;
- width: 90%;
- background-color: rgb(59, 95, 232);
- border-radius: 1px;
- border-color: #44AAFF;
- font-weight: 500;
- font-size: 10px;
- color: white;
- margin-top: 20px;
- }
- .select-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- cursor: pointer;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 28px;
- padding-left: 10px;
- padding-right: 10px;
- border-radius: 1px;
- border-color: #44AAFF;
- font-weight: 500;
- font-size: 14px;
- color: #44AAFF;
- margin: 1px;
- }
- .hidden {
- display: none !important;
- }
- .left-section {
- position: fixed;
- width: 0px;
- height: 100%;
- background:#F5F5F5;
- border: 1px solid #e8e8e8;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column
- }
- .main-section {
- padding-top: 0px;
- margin-left: 0px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- background: #F2F2F2;
- overflow: hidden;
- position: relative;
- }
- .main-section-font {
- background: white;
- margin-left: 88px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- @media (max-width: 767px) {
- .left-section {
- position: fixed;
- width: 0px;
- height: 100%;
- background:#F5F5F5;
- border: 1px solid #e8e8e8;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- display: none;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .main-section {
- padding-top: 0px;
- margin-left:0px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- background: #808080;
- overflow: hidden
- }
- .main-section-font {
- background: white;
- margin-left: 0px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- }
- #app {
- font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- text-align: center;
- color: #2c3e50;
- }
- body { margin: 0; }
- @font-face {
- font-family: "simsun";
- src: url(./fonts/simsun.woff);
- }
- @font-face {
- font-family: "simkai";
- src: url(./fonts/simkai.woff);
- }
- @font-face {
- font-family: "simhei";
- src: url(./fonts/simhei.woff);
- }
- .gray {
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: grayscale(100%);
- -webkit-filter: gray;
- filter: gray;
- }
|