LDB.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. body {
  2. }
  3. input,button,select,textarea{outline:none}
  4. .U_Control_LDB_div1{
  5. width: 200px;
  6. height: 200px;
  7. border : 1px solid silver;
  8. text-align: center;
  9. /*position: absolute;*/
  10. line-height: 11.5;
  11. position: absolute;
  12. }
  13. .U_Control_LDB_div2{
  14. width: 200px;
  15. height: 200px;
  16. background-color: #e7f5f8;
  17. left:230px;
  18. text-align: center;
  19. line-height: 11.5;
  20. position: absolute;
  21. }
  22. .U_Control_LDB_ButtonDiv{
  23. color: #848484;
  24. border: 1px solid #eee;
  25. background: #dcdcdc;
  26. height: auto;
  27. width: 88px;
  28. height: 45px;
  29. border-radius: 8px;
  30. text-align: center;
  31. line-height: 2.7;
  32. border-bottom: 3px solid #a0a0a0;
  33. position: absolute;
  34. }
  35. .U_Control_LDB_ButtonDiv:hover{
  36. background-color: #d4cfcf;
  37. }
  38. .U_Control_LDB_ButtonDiv:active {
  39. border-bottom: 0px solid #a0a0a0;
  40. }
  41. .U_Control_LDB_ButtonDiv2 {
  42. color: #fff2d6;
  43. border: 1px solid #eee;
  44. background: #ffcc33;
  45. height: auto;
  46. width: 88px;
  47. height: 45px;
  48. border-radius: 8px;
  49. text-align: center;
  50. line-height: 2.7;
  51. border-bottom: 3px solid #dfa700;
  52. position: absolute;
  53. }
  54. .U_Control_LDB_ButtonDiv2:active{
  55. border-bottom: 0px solid #dfa700;
  56. }
  57. .U_Control_LDB_ButtonDiv2:hover{
  58. background: #f9c21d;
  59. }
  60. .U_Control_LDB_Text{position:absolute;}
  61. .U_Control_LDB_Text:focus{
  62. border: 2px solid #ffcc33;
  63. }
  64. .U_Control_LDB_Reset, .U_Control_LDB_Submit {
  65. color:#848484;
  66. border: 1px solid #eee;
  67. background: #dcdcdc;
  68. height: auto;
  69. width: 88px;
  70. height: 45px;
  71. border-radius: 8px;
  72. text-align: center;
  73. line-height: 2.7;
  74. position: absolute;
  75. }
  76. .U_Control_LDB_Redio{position:absolute;}
  77. .U_Control_LDB_Reset:active, .U_Control_LDB_Submit:active {
  78. background: #656363;
  79. }
  80. .U_Control_LDB_Reset:hover, .U_Control_LDB_Submit:hover {
  81. background: #c9c9c9;
  82. }
  83. .U_Control_LDB_Checkbox{
  84. width: 15px;
  85. height: 15px;
  86. border-radius: 5px;
  87. background-image: url("http://d.1473.cn/controls/pc/LDB/LDB/bCheckbox.jpg");
  88. background-position: -2px;
  89. position: absolute;
  90. }
  91. .U_Control_LDB_Redio{
  92. width: 15px;
  93. height: 15px;
  94. border-radius: 34px;
  95. background-image: url("http://d.1473.cn/controls/pc/LDB/LDB/bRedio.jpg");
  96. background-position: -5px;
  97. position: absolute;
  98. }
  99. .U_Control_LDB_img
  100. {
  101. background:url("http://d.1473.cn/controls/pc/LDB/LDB/img.jpg");
  102. position: absolute;
  103. }