| | |
| | | .site-none { |
| | | border: none; |
| | | background-color: transparent; |
| | | cursor: default; |
| | | } |
| | | /* 自动 */ |
| | | .site-auto { |
| | |
| | | border-left: 1px solid #333!important; |
| | | border-right: 1px solid #333!important; |
| | | border-right: none; |
| | | cursor: inherit; |
| | | } |
| | | .stock-group .item:last-child { |
| | | /*border-right: 1px solid #333!important;*/ |
| | |
| | | padding-left: 0.5rem; |
| | | } |
| | | |
| | | |
| | | /* 动画 */ |
| | | /*.machine {*/ |
| | | /*position: relative;*/ |
| | | /*-webkit-animation: machine 2s;*/ |
| | | /*animation: machine 2s;*/ |
| | | /*animation-fill-mode: forwards;*/ |
| | | /*}*/ |
| | | /*@-webkit-keyframes machine {*/ |
| | | /*from {left: 0;}*/ |
| | | /*to {left: 100px}*/ |
| | | /*}*/ |
| | | /*@keyframes animationCrn {*/ |
| | | /*from {left: 0}*/ |
| | | /*to {left: 100px}*/ |
| | | /*}*/ |