12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @import '../css/common/common.less';
- /*@import url('../css/common/header1.less');*/
- .ss-page {
- position:fixed;
- top:55px;
- bottom:60px;
- width:100%;
- .ss-tools-wrapper {
- width: 100%;
- position: absolute;
- top: 40px;
- bottom: 0;
- overflow: auto;
- .ss-tools-item {
- .ss-tools-item-title {
- height: 45px;
- line-height: 45px;
- padding: 1px 10px;
- border-top: 1px solid rgba(0,0,0,.1);
- /*.border();*/
- .border-1px-bottom();
- .title-bg();
- .ss-tools-item-icon {
- margin: 0 10px 0 5px;
- float: left;
- font-size: 28px;
- }
- .ss-tools-item-name {
- .subTitle();
- }
- }
- .ss-tools-item-content {
- display: flex;
- display: -webkit-flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-content: center;
- .ss-lottery-tools-list {
- flex: 1 1 auto;
- padding: 5px 8px;
- margin: 5px;
- text-align: center;
- border-radius: 2px;
- border: 1px solid rgba(0,0,0,.1);
- font-size: 15px;
- /*.border-1px();*/
- /*margin-bottom:5px;
- .content();*/
- }
- }
- }
- }
- }
|