1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- * {
- margin: 0;
- padding: 0
- }
- html,
- body {
- height: 100%;
- font-size: 14px;
- }
- .main {
- display: flex;
- flex-direction: column;
- overflow: hidden;
- height: 100%;
- width: 100%
- }
- .model {
- flex: 1
- }
- .main .bf-panel {
- font-size: 36px !important;
- }
- .main .bf-mobile .tree-panel .bf-panel-header {
- border: none;
- }
- .main .bf-mobile .bf-tree-header {
- margin: 0;
- padding: 0.3em;
- }
- .main .bf-panel-searchbar {
- display: flex;
- align-items: center;
- height: 1em;
- }
- .main .bf-mobile .tree-panel .bf-panel-container {
- padding-top: 0;
- }
- .main .bf-mobile .bf-toolbar.bf-tree-toolbar {
- left: .4em;
- border-radius: 8px;
- }
- .main .bf-mobile .bf-toolbar.bf-toolbar-bottom {
- right: .4em;
- border-radius: 8px;
- }
- .tips-4 {
- width: 150px;
- height: 24px;
- background: linear-gradient(90deg, rgba(211, 179, 20, 0) 0%, rgba(161, 140, 35, 0.8) 53%, rgba(211, 179, 20, 0) 100%);
- border: 1px solid;
- border-image: linear-gradient(270deg, rgba(255, 219, 42, 0), rgba(255, 219, 42, 1), rgba(255, 219, 42, 0)) 1 1;
- font-weight: 600;
- font-size: 12px;
- color: #FFFFFF;
- text-align: center;
- line-height: 22px;
- position: relative;
- .iconfont {
- position: absolute;
- color: #FFDB2A;
- bottom: -23px;
- left: 50%;
- margin-left: -8px;
- }
- }
|