b.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. body {
  2. background-color: #4d4d4d;
  3. font-family:微軟正黑體; “Microsoft JhengHei”, sans-serif;
  4. }
  5. .clearfix {
  6. overflow: auto;
  7. }
  8. .box-content {
  9. padding: 10px;
  10. margin-top: 10px;
  11. }
  12. .box {
  13.   border:1px solid #cccccc;
  14.   width:300px;
  15.   height:50px;
  16.   background-color:#FFFFFF;
  17.   overflow:auto;
  18. }
  19. .ui-slider-range {
  20. background: blue;
  21. }
  22. .spil {
  23. position: absolute;
  24. top: 5px;
  25. left: 50px;
  26. }
  27. .lightsp {
  28. position: absolute;
  29. left: -10px;
  30. }
  31. .box{
  32. display:none;
  33. }
  34. .dis{
  35. display:none;
  36. }
  37. .radio {
  38. position: relative;
  39. float: left;
  40. display: block;
  41. padding-left: 25px;
  42. margin-bottom: 12px;
  43. line-height: 10px;
  44. font-size: 30px;
  45. cursor: hand;
  46. }
  47. .radio:before {
  48. background: #fff;
  49. content: "";
  50. position: absolute;
  51. display: inline-block;
  52. top: 0;
  53. left: 0;
  54. width: 22px;
  55. height: 21px;
  56. border: 1px solid #bbb;
  57. border-radius: 100%;
  58. -moz-border-radius: 100%;
  59. -webkit-border-radius: 100%;
  60. box-shadow: inset 0 0 3px 0 #ccc;
  61. -moz-box-shadow: inset 0 0 3px 0 #ccc;
  62. -webkit-box-shadow: inset 0 0 3px 0 #ccc;
  63. }
  64. /*input[type="radio"] {
  65. display: none;
  66. }
  67. input[type="radio"]:checked + label:before {
  68. content: "\221A";
  69. font-family: Tahoma;
  70. font-size: 25px;
  71. color: #ff0000;
  72. }*/
  73. fieldset {
  74. border:0;
  75. padding:10px;
  76. margin-bottom:10px;
  77. background:#EEE;
  78. }
  79. legend {
  80. padding:5px 10px;
  81. background-color:#4F709F;
  82. color:#FFF;
  83. }