123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- @import "~@less/variables.less";
- .push-content-wrapper{
- // padding-top: 50px;
- padding: 0px 15px 40px;
- line-height: 20px;
- width: @push-width;
- overflow: hidden;
- position: relative;
- .push-content {
- width: 436px;
- overflow-y: auto;
- }
- .vigilant{
- background: #FF8D54;
- overflow: hidden;
- padding: 10px 15px;
- .title{
- color:#fff;
- font-size: 14px;
- font-weight: bold;
- float: left;
- margin: 10px 0px 0 0;
- img {
- float: left;
- margin: 0px 5px 0 0px;
- width: 20px;
- }
- }
- .vigilantContent {
- float:left;
- padding: 0 0 0 15px;
- span {
- font-size: 14px;
- color: #fff;
- display:inline-block;
- }
- }
- .push-diag-item {
- display: inline-block;
- margin-right: 10px;
- margin-top: 10px;
- cursor: pointer;
- }
- }
- .diagnose{
- padding-bottom: 15px;
- .doubt{
- border:1px solid #EAEDF1;
- h1{
- font-size: 14px;
- color: #000;
- padding: 8px 15px;
- background: #FAEBEC;
- font-weight: bold;
- img {
- float:left;
- margin-top: 0px;
- margin-right: 5px;
- }
- }
- div{
- font-size: 14px;
- padding:6px 0 6px 15px;
- span{
- cursor: pointer;
- }
- }
- }
- }
- .recommend {
- border:1px solid #EAEDF1;
- margin-bottom: 15px;
- h1{
- font-size: 14px;
- color: #000;
- padding: 8px 6px 8px 15px;
- background: #EAF7FA;
- font-weight: bold;
- img {
- float:left;
- margin-top: 0px;
- margin-right: 5px;
- }
-
- div{
- .btnCom;
- float: right;
- width: 50px;
- border: 1px solid #3B9ED0;
- padding:0px;
- margin-top: -3px;
- font-weight: normal;
- height: 28px;
- line-height: 28px;
- font-size: 12px;
- }
- }
- .contentBox {
- font-size: 14px;
- padding:6px 0px 6px 15px;
- }
- }
- }
- .diag-item {
- display: inline-block;
- padding: 0px 10px 0px 0px;
- }
- .billing {
- color: #3B9ED0;
-
- }
- .disTips {
- padding: 0px 20px 0px 10px;
- height: 32px;
- line-height: 16px;
- overflow-y: auto;
- background: #fff;
- font-size: 12px;
- color: #979797;
- text-align: center;
- position: absolute;
- bottom: 0px;
- }
|