background.css 2.5KB

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