@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); }