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