background.css 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative}
  2. .tabbody{height:225px;}
  3. .tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;}
  4. .tabbody .focus { display: block;}
  5. body{font-size: 12px;color: #888;}
  6. /*overflow: hidden;}*/
  7. input,label{vertical-align:middle}
  8. .clear{clear: both;}
  9. .pl{padding-left: 18px;padding-left: 23px\9;}
  10. #imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;}
  11. #imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;}
  12. #imageList img {cursor: pointer;border: 2px solid white;}
  13. .bgarea{margin: 10px;padding: 5px;height: 84%;border: 1px solid #A8A297;}
  14. .content div{margin: 10px 0 10px 5px;}
  15. .content .iptradio{margin: 0px 5px 5px 0px;}
  16. .txt{width:280px;}
  17. .wrapcolor{height: 19px;}
  18. div.color{float: left;margin: 0;}
  19. #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;margin: 0;float: left;}
  20. div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;}
  21. #custom input{height: 15px;min-height: 15px;width:20px;}
  22. #repeatType{width:100px;}
  23. /* 图片管理样式 */
  24. #imgManager {
  25. width: 100%;
  26. height: 225px;
  27. }
  28. #imgManager #imageList{
  29. width: 100%;
  30. overflow-x: hidden;
  31. overflow-y: auto;
  32. }
  33. #imgManager ul {
  34. display: block;
  35. list-style: none;
  36. margin: 0;
  37. padding: 0;
  38. }
  39. #imgManager li {
  40. float: left;
  41. display: block;
  42. list-style: none;
  43. padding: 0;
  44. width: 113px;
  45. height: 113px;
  46. margin: 9px 0 0 19px;
  47. background-color: #eee;
  48. overflow: hidden;
  49. cursor: pointer;
  50. position: relative;
  51. }
  52. #imgManager li.clearFloat {
  53. float: none;
  54. clear: both;
  55. display: block;
  56. width:0;
  57. height:0;
  58. margin: 0;
  59. padding: 0;
  60. }
  61. #imgManager li img {
  62. cursor: pointer;
  63. }
  64. #imgManager li .icon {
  65. cursor: pointer;
  66. width: 113px;
  67. height: 113px;
  68. position: absolute;
  69. top: 0;
  70. left: 0;
  71. z-index: 2;
  72. border: 0;
  73. background-repeat: no-repeat;
  74. }
  75. #imgManager li .icon:hover {
  76. width: 107px;
  77. height: 107px;
  78. border: 3px solid #1094fa;
  79. }
  80. #imgManager li.selected .icon {
  81. background-image: url(images/success.png);
  82. background-position: 75px 75px;
  83. }
  84. #imgManager li.selected .icon:hover {
  85. width: 107px;
  86. height: 107px;
  87. border: 3px solid #1094fa;
  88. background-position: 72px 72px;
  89. }