123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- @import './reset.less';
- .red{
- color: #FF4D4F;
- }
- .blue{
- color: #5B8FEE;
- }
- .container{
- min-width: 360px;
- }
- .content{
- background: #E2E5EF;
- margin: 6px 10px;
- border: 1px solid #E2E5EF;
- }
- .flawSumup{
- /*padding-bottom: 10px;*/
- .label-name{
- font-weight: bold;
- }
- i{
- display: inline-block;
- width: 16px;
- height: 18px;
- vertical-align: middle;
- margin-right: 2px;
- }
- .iselect{
- background: url("../images/iselect.png") no-repeat;
- }
- .home{
- background: url("../images/home.png") no-repeat;
- }
- .select{
- background: url("../images/select.png") no-repeat;
- }
- .detail{
- background: url("../images/detail.png") no-repeat;
- }
- table{
- width: 360px;
- margin:6px 15px 8px;
- };
- td{
- height: 40px;
- line-height: 40px;
- white-space: nowrap;
- }
- }
- .box{
- background: #fff;
- }
- .title{
- height: 44px;
- line-height: 44px;
- padding: 0 15px;
- border-bottom: 1px solid #E2E5EF;
- .line{
- display: inline-block;
- width: 4px;
- height: 18px;
- background: #5799CC;
- position: relative;
- top: 4px;
- }
- .titleTxt{
- font-size:16px;
- font-weight:bold;
- color: #333;
- }
- }
- .sum-box{
- display: none;
- }
- .flawList{
- padding: 0 15px 60px;
- table{
- width: 100%;
- margin-top: 9px;
- thead th{
- background: #5B8FEE;
- color: #fff;
- height: 49px;
- border: 1px #E2E5EF solid;
- font-size: 16px;
- white-space: nowrap;
- &:last-child{
- border-right: none;
- }
- }
- td{
- white-space: nowrap;
- padding:10px 5px;
- border: 1px #E2E5EF solid;
- &:nth-child(2){
- white-space: unset;
- }
- img{
- vertical-align: middle;
- margin-right: 5px;
- }
- }
- }
- }
- .flawItemIcon{
- width: 16px;
-
- }
- .flawItemMsgBox{
- box-sizing: border-box;
- }
- .flawItemScore{
- text-align: right;
- height: 20px;
- line-height: 20px;
- margin-top: -10px;
- }
- .flawItemNum{
- display: inline-block;
- text-align: left;
- color: #FF4D4F;
- margin-right: 5px;
- }
- .empty{
- text-align: center;
- margin-top: 100px;
- }
- .emptyTxt{
- margin-top: 15px;
- font-size: 12px;
- text-indent: 10px;
- color: #aaa;
- }
- .copy-right{
- position: fixed;
- bottom: 0;
- width: 100%;
- text-align: center;
- font-size: 14px;
- color: #000;
- opacity: 0.85;
- height: 50px;
- line-height: 50px;
- background: #fff;
- box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.16);
- }
|