You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
1.3 KiB

  1. .lr-layer {
  2. padding: 35px 0px 38px 0px !important;
  3. }
  4. .lr-layer-nobtn {
  5. padding: 35px 0px 0px 0px !important;
  6. }
  7. .lr-layer-nobtn .layui-layer-title,
  8. .lr-layer .layui-layer-title {
  9. position: absolute;
  10. top: 0px;
  11. left: 0px;
  12. width: 100%;
  13. height: 35px;
  14. line-height: 35px;
  15. border-radius: 4px 4px 0 0;
  16. }
  17. .lr-layer-nobtn .layui-layer-setwin,
  18. .lr-layer .layui-layer-setwin {
  19. top: 11.5px;
  20. right: 11.5px;
  21. }
  22. .lr-layer-nobtn .layui-layer-content,
  23. .lr-layer .layui-layer-content {
  24. height: 100%;
  25. width: 100%;
  26. }
  27. .lr-layer-nobtn .layui-layer-content{
  28. border-radius: 0 0 4px 4px;
  29. }
  30. .lr-layer-nobtn iframe,
  31. .lr-layer iframe {
  32. height: 100% !important;
  33. width: 100% !important;
  34. }
  35. .lr-layer .layui-layer-btn {
  36. moz-user-select: none;
  37. -webkit-user-select: none;
  38. -ms-user-select: none;
  39. -khtml-user-select: none;
  40. user-select: none;
  41. position: absolute;
  42. bottom: 0px;
  43. left: 0px;
  44. width: 100%;
  45. height: 38px;
  46. border-radius: 0 0 4px 4px;
  47. padding: 0px !important;
  48. background-color: #F8f8f8;
  49. border-top: 1px solid #eee;
  50. }
  51. .lr-layer .layui-layer-btn > a {
  52. margin: 4px 6px 0px 0px;
  53. }
  54. .lr-layer-btn-cb {
  55. position:absolute;
  56. top:9px;
  57. left:10px;
  58. margin:0px;
  59. }
  60. .lr-layer-btn-cb input {
  61. margin-top:3px!important;
  62. margin-left:-15px!important;
  63. cursor:pointer;
  64. }