1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- @charset "utf-8";
- .mb-head{
- background-color: #fff;
- /*padding: 10px 0px 10px 0px;*/
- color: #333;
- font-size: 16px;
- text-align: center;
- /*border-bottom: solid 1px #dcdcdc;*/
- }
- .mb-tag{
- display: -webkit-box;
- width: 100%;
- }
- .mb-tag li.active{color: #74BF00;border-bottom: 2px solid #74bf00;}
- .mb-tag li{width: 50%;position: relative;padding: 10px 0px 10px 0px;border-bottom: solid 1px #dcdcdc; */}
- .mb-tag li .line{
- position: absolute;
- right: 0px;
- top: 10px;
- width: 1px;
- height: 24px;
- background-color: #ececec;
- }
- .fa-one{
- background-color: #fff;
- margin-top: 10px;
- border-top: solid 1px #dcdcdc;}
- .fa-one:last-child{margin-bottom: 10px;}
- .fa-up{
- padding: 10px;
- border-bottom: solid 1px #dcdcdc;
- background: url('../images/icon_down.png') no-repeat;
- background-position: calc(100% - 10px) 26%;
- background-size: 17px 9px;
- }
- .fa-up div:nth-child(1){
- font-size: 14px;
- color: #333;
- margin-bottom: 5px;
- }
- .fa-up div:nth-child(2){
- font-size: 12px;
- color: #909090;
- }
- .fa-up.active{
- background: url('../images/icon_up.png') no-repeat;
- background-position: calc(100% - 10px) 26%;
- background-size: 17px 9px;
- }
- .fa-down{
- padding: 10px;
- width: 100%;
- border-bottom: solid 1px #dcdcdc;
- }
- #xt-ul .fa-down tr:nth-child(2) td{
- background-color: #f2f4f6;
- }
- table{width: 100%;}
- .fa-down td{
- width: 12.5%;
- height: 40px;
- text-align: center;
- vertical-align: middle;
- border: solid 1px #dcdcdc;
- font-size: 14px;
- color: #666;
- }
- .fa-down tr td:first-child{background-color: #f2f4f6;}
- .fa-down tr:nth-child(1) td{background-color: #f2f4f6;}
- .fa-down td.active{
- background: url('../images/round.png') no-repeat;
- background-size: 16px 16px;
- background-position: center;
- }
- .select{
- width: 100px;
- height: 38px;
- font-size: 16px;
- line-height: 37px;
- text-align: center;
- border-radius: 5px;
- background-color: #ccc;
- color: #fff;
- margin: 0 auto;
- margin-top: 10px;
- }
- .select-active{background-color: #37a6ec;}
- .discription{padding: 10px;padding-bottom: 0px;text-align: center;}
|