12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @import "~@less/variables.less";
- .assess-result{
- border-top: 1px #e2e4e6 solid;
- margin-top:50px;
- .enter{
- margin-top: 15px;
- }
- a{
- color: @blue;
- cursor: pointer;
- img{
- margin-left: 4px;
- }
- }
- }
- .assess-box{
- margin: 20px 0 0 -15px;
- }
- .no-data{
- text-align: center;
- font-size: 20px;
- color: @placeholder-color;
- margin-top: 26px;
- font-weight: bold;
- }
- .loading{
- margin-top: 20px;
- text-align: center;
- img{
- width: 30px;
- }
- }
- .footer{
- .print{
- width: 111px;
- height: 34px;
- line-height: 34px;
- outline: none;
- border-radius: 4px;
- /*color: #3B9ED0;*/
- border: 0 none;
- cursor: pointer;
- background: #fff;
- margin-right: 20px;
- img{
- width: 20px;
- vertical-align: middle;
- margin-right: 4px;
- }
- }
- .okBtn{
- width: 80px;
- height: 34px;
- line-height: 32px;
- text-align: center;
- outline: none;
- border-radius: 4px;
- cursor: pointer;
- border: 1px solid #3B9ED0;
- box-sizing: border-box;
- margin-left: 20px;
- background: #3B9ED0;
- color: #fff;
- float: right;
- margin-right: 20px;
- }
- }
|