main.less 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. html{_background-image:url(about:blank);_background-attachment:fixed;}body{margin:0;padding:0;font:12px/2em "Courier","兰亭黑","微软雅黑","\5B8B\4F53",Arial,sans-serif;background:#fff;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,img,a{padding:0;margin:0;}a{text-decoration:none;outline:none;cursor:pointer;}img{vertical-align:top;}table{border-collapse:collapse;}img,table,fieldset{border:0;}ol,ul{list-style:none;}li{list-style-type:none;}h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;}.clear{overflow:auto;overflow-y:hidden;zoom:1;}
  2. html,body{height:100%;width:100%}
  3. #main{
  4. .tabs{
  5. display:flex;flex-flow:row;justify-content:center;align-items:stretch;height:40px;
  6. a{
  7. flex-grow:1;text-align:center;font-size:16px;line-height:40px;color:#666;background:#eee;
  8. &.on{font-weight:bold;background:#fff;}
  9. span{font-size:12px;color:#999}
  10. }
  11. }
  12. .content{position:absolute;bottom:0;left:0;right:0;top:40px;padding:20px;}
  13. .tabContent{
  14. display:none;height:100%;box-sizing:border-box;position:relative;
  15. &.on{display:block}
  16. input.search{display:block;width:100%;box-sizing:border-box;height:36px;border-radius:18px;border:1px solid #ccc;outline:none;padding:0 50px 0 20px;font-size:16px;text-align: center;background:url(../img/search.png) no-repeat;background-position:right 5px center;background-size:24px;color:#999}
  17. .list{
  18. position:absolute;top:56px;bottom:0;right:0;left:0;overflow-y:scroll;
  19. &:first-child{padding-bottom: 60px;}
  20. li{
  21. height:32px;border-bottom:1px dashed #ccc;line-height:32px;position: relative;font-size:16px;padding:0 15px;
  22. &:last-child{border:none}
  23. &:hover{background:#eee}
  24. .btn{position:absolute;right:0;top:0;height:32px;}
  25. a{padding:0 5px;font-size:16px;margin:0 5px;}
  26. }
  27. }
  28. .control{}
  29. }
  30. .loading{display:none;width:100%;height:100%;position: absolute;top:0;left:0;right:0;z-index:100;bottom:0;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;
  31. &.on{display:flex}
  32. p{color:#fff;line-height:40px;font-size:28px}
  33. }
  34. }
  35. #popup{
  36. background:#49A3D4;color:#fff;padding:20px;box-sizing:border-box;overflow:scroll;
  37. .loading{display:none;width:100%;height:100%;position: absolute;top:0;left:0;right:0;z-index:100;bottom:0;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;
  38. &.on{display:flex}
  39. p{color:#fff;line-height:40px;font-size:16px}
  40. }
  41. a.close{
  42. position: absolute;right:5px;top:5px;background:#FF5858;font-size:12px;display:block;width:20px;height:20px;border-radius:20px;text-align:center;line-height:20px;
  43. }
  44. .word{
  45. line-height:20px;height:49px;border-bottom:1px dashed #fff;position: relative;margin-bottom:5px;
  46. .w{font-size:24px;line-height:24px}
  47. .pron{font-size:14px;}
  48. a{
  49. font-size:14px;color:rgba(255,255,255,0.8);margin-left:10px;
  50. &:hover{color:#fff}
  51. }
  52. }
  53. .def{
  54. line-height:20px;font-size:12px;border-bottom:1px dashed #fff;margin-bottom:5px;padding-bottom:5px;
  55. }
  56. .example{
  57. .ex{
  58. border-bottom:1px dashed #e1e1e1;padding-bottom:5px;margin-bottom:5px;
  59. &:last-child{border:none;padding:0;margin-bottom:10px}
  60. p:first-child{line-height:12px;}
  61. }
  62. }
  63. .from{
  64. line-height:24px;text-align: center;background:rgba(255,255,255,0.3);border-radius:20px;font-size:12px;
  65. a{color:#fff}
  66. }
  67. }