| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 | 
							- body {
 
- 	background-color: #4d4d4d;
 
- 	font-family:微軟正黑體; “Microsoft JhengHei”, sans-serif;
 
- }
 
- .clearfix {
 
- 	overflow: auto;
 
- }
 
- .box-content {
 
- 	padding: 10px;
 
- 	margin-top: 10px;
 
- }
 
- .box {
 
-   border:1px solid #cccccc;
 
-   width:300px;
 
-   height:50px;
 
-   background-color:#FFFFFF;
 
-   overflow:auto;
 
- }
 
- .ui-slider-range {
 
- 	background: blue;
 
- }
 
- .spil {
 
- 	position: absolute;
 
- 	top: 5px;
 
- 	left: 50px;
 
- }
 
- .lightsp {
 
- 	position: absolute;
 
- 	left: -10px;
 
- }
 
- .box{
 
- 	display:none;
 
- }
 
- .dis{
 
- 	display:none;
 
- }
 
- .radio {
 
- 	position: relative;
 
- 	float: left;
 
- 	display: block;
 
- 	padding-left: 25px;
 
- 	margin-bottom: 12px;
 
- 	line-height: 10px;
 
- 	font-size: 30px;
 
- 	cursor: hand;
 
- }
 
- .radio:before {
 
- 	background: #fff;
 
- 	content: "";
 
- 	position: absolute;
 
- 	display: inline-block;
 
- 	top: 0;
 
- 	left: 0;
 
- 	width: 22px;
 
- 	height: 21px;
 
- 	border: 1px solid #bbb;
 
- 	border-radius: 100%;
 
- 	-moz-border-radius: 100%;
 
- 	-webkit-border-radius: 100%;
 
- 	box-shadow: inset 0 0 3px 0 #ccc;
 
- 	-moz-box-shadow: inset 0 0 3px 0 #ccc;
 
- 	-webkit-box-shadow: inset 0 0 3px 0 #ccc;
 
- }
 
- /*input[type="radio"] {
 
-   display: none;
 
- } 
 
- input[type="radio"]:checked + label:before {
 
-   content: "\221A";
 
-   font-family: Tahoma;
 
-   font-size: 25px;
 
-   color: #ff0000;
 
- }*/
 
- fieldset {
 
- 	border:0;
 
- 	padding:10px;
 
- 	margin-bottom:10px;
 
- 	background:#EEE;
 
- }
 
- legend {
 
- 	padding:5px 10px;
 
- 	background-color:#4F709F;
 
- 	color:#FFF;
 
- }
 
 
  |