@import "~@less/variables.less"; .content{ // padding-top: 50px; padding: 0px 20px; line-height: 20px; .vigilant{ background: #FF8D54; overflow: hidden; margin: 1px; margin-bottom: 15px; line-height: 26px; padding: 20px 0; .title{ color:#fff; font-size: 14px; float: left; margin: 0 10px 0 0; img { float: left; margin: 4px 2px 0 20px; width: 18px; height: 17px; } } .vigilantContent { float:left; width: 340px; span { font-size: 16px; color: #fff; display:inline-block; } } } .diagnose{ padding-bottom: 15px; .doubt{ border:1px solid #EAEDF1; h1{ font-size: 14px; color: #000; padding: 4px 15px; background: #FAEBEC; font-weight: bold; img { float:left; margin-top: 0px; margin-right: 5px; } } div{ font-size: 12px; padding:6px 15px; span{ cursor: pointer; } } } } .show { float: right; color: #58ACD7;; font-size: 12px; cursor: pointer; img { width: 12px; height: 12px; } } .close{ float: right; text-align: right; color: #58ACD7; font-size: 12px; cursor: pointer; clear: both; img { width: 12px; height: 12px; } .close-modal { width: 40px; height: 40px; margin-right: -10px; } } .recommend { border:1px solid #EAEDF1; margin-bottom: 15px; h1{ font-size: 14px; color: #000; padding: 8px 15px; background: #EAF7FA; font-weight: bold; img { float:left; margin-top: 0px; margin-right: 5px; } div{ float: right; width: 50px; height: 26px; border: 1px solid #3B9ED0; text-align: center; line-height: 26px; padding:0px; border-radius: 4px; margin-top: -3px; cursor: pointer; font-weight: normal; } } div{ font-size: 12px; padding:6px 15px; ul{ .firstLi{ border-bottom: 1px solid #DFDFDF; } .lastLi{ padding-bottom: 0px; } li{ padding: 10px 0px 4px 0px; overflow: hidden; .title{ float: left; padding: 0px 0px 0px 0px; } .content{ float: left; width: 352px; padding: 0px 0px 0px 0px; margin-top: -2px; span{ font-size: 12px; line-height: 12px; display: inline-block; margin: 6px; input[type='checkbox']{ float: left; width: 12px; height: 12px; margin-right: 2px; background-color: #fff; -webkit-appearance:none; border: 1px solid #c9c9c9; border-radius: 2px; outline: none; cursor: pointer; } input[type=checkbox]:checked{ background: url("../../common/images/checked.png")no-repeat center; background-size: 12px 12px; } } } } } } } .tips{ border:1px solid #EAEDF1; h1{ font-size: 14px; color: #000; padding: 8px 15px; background: #EAF7FA; font-weight: bold; img { float:left; margin-top: 0px; margin-right: 5px; } } .content{ font-size: 12px; padding:6px 15px; max-height: 220px; overflow: auto; .title { font-size: 14px; line-height: 18px; margin-bottom:10px; a{ display: inline-block; font-size: 12px; color: #3B9ED0; width: 42px; /*height: 20px; line-height: 20px;*/ text-align: center; border: 1px solid #3B9ED0; border-radius: 4px; margin-left: 10px; cursor: pointer; text-decoration: none; } .tips-details { display: inline-block; width: 42px; height: 20px; border: 1px solid #3B9ED0; border-radius: 4px; text-align: center; font-size: 12px; color: #3B9ED0; line-height: 18px; margin: 0 10px -2px; cursor: pointer; } } .warn{ padding: 10px 0px 0px 0px; font-size: 10px; color: #979797; text-align: center; } } } .modal { .shade { position: fixed; left: 0; top:0; right: 0; bottom: 0; background: #000; opacity: 0.3; filter:alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);"; z-index: 3000; } .content { position: fixed; left: 50%; top: 50%; margin: -150px 0px 0px -95px; width: 300px; height: 190px; border-radius: 5px; background: #fff; z-index: 3001; padding: 0px 10px; .close { height: 50px; img{ float: right; cursor: pointer; } } .message { height: 70px; padding:10px 30px; text-align: center; font-size: 16px; } .btn { .initial { width: 90px; height: 30px; border: 1px solid #3B9ED0; float: left; border-radius: 4px; text-align: center; line-height: 30px; color: #3B9ED0; font-size: 14px; cursor: pointer; margin-left: 20px; } .repetition { width: 90px; height: 30px; border: 1px solid #3B9ED0; float: right; border-radius: 4px; text-align: center; line-height: 30px; color: #3B9ED0; font-size: 14px; cursor: pointer; margin-right: 20px; } } } } .tipsModal { .shade { position: fixed; left: 0; top:0; right:0; bottom: 0; background: #000; opacity: 0.6; filter:alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);"; z-index: 2000; } .message{ padding: 10px 20px; overflow: auto; } .content { position: fixed; left: 50%; top:65px; right:0; bottom: 65px; margin-left: -410px; width: 820px; z-index: 2001; background: #fff; padding: 0px; .close { padding: 10px 20px; border-bottom: 1px solid #EAEDF1; img{ float: right; margin: -5px -14px 0px 0px; cursor: pointer; } } } } } .diag-item { display: inline-block; padding: 0px 10px 0px 0px; }