1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /*@import url(theme://globals/fontello.css);*/
- h2 {
- color: #11ff00;
- }
- .greenColor {
- color: #11ff00;
- }
- :host {
- display: flex;
- flex-direction: column;
- }
- h3 {
- margin-top: 0;
- margin-bottom: 10px;
- }
- .toolbar {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 10px;
- }
- #view {
- flex: 1;
- padding: 10px;
- padding-top: 0px;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .QQ {
- background: url('http://wpa.qq.com/pa?p=2:774177933:51');
- width: 77px;
- height: 25px;
- }
- .log {
- width: 100%;
- height: 170px;
- background: #252525;
- resize: none;
- color: #fd942b;
- border-color: #fd942b;
- outline: none;
- }
- .margin0{
- margin: 0 0 0 0 ;
- }
- div.section {
- border-bottom: 1px solid #666;
- padding-bottom: 10px;
- margin-bottom: 10px;
- }
- div.section:last-child {
- border-bottom: 0px;
- }
- div.group {
- min-width: 420px;
- margin-bottom: 5px;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: wrap;
- }
- span {
- margin-right: 0.25em;
- }
|