ss.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @import '../css/common/common.less';
  2. /*@import url('../css/common/header1.less');*/
  3. .ss-page {
  4. position:fixed;
  5. top:55px;
  6. bottom:60px;
  7. width:100%;
  8. .ss-tools-wrapper {
  9. width: 100%;
  10. position: absolute;
  11. top: 40px;
  12. bottom: 0;
  13. overflow: auto;
  14. .ss-tools-item {
  15. .ss-tools-item-title {
  16. height: 45px;
  17. line-height: 45px;
  18. padding: 1px 10px;
  19. border-top: 1px solid rgba(0,0,0,.1);
  20. /*.border();*/
  21. .border-1px-bottom();
  22. .title-bg();
  23. .ss-tools-item-icon {
  24. margin: 0 10px 0 5px;
  25. float: left;
  26. font-size: 28px;
  27. }
  28. .ss-tools-item-name {
  29. .subTitle();
  30. }
  31. }
  32. .ss-tools-item-content {
  33. display: flex;
  34. display: -webkit-flex;
  35. flex-wrap: wrap;
  36. justify-content: flex-start;
  37. align-content: center;
  38. .ss-lottery-tools-list {
  39. flex: 1 1 auto;
  40. padding: 5px 8px;
  41. margin: 5px;
  42. text-align: center;
  43. border-radius: 2px;
  44. border: 1px solid rgba(0,0,0,.1);
  45. font-size: 15px;
  46. /*.border-1px();*/
  47. /*margin-bottom:5px;
  48. .content();*/
  49. }
  50. }
  51. }
  52. }
  53. }