123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @import "~@less/variables.less";
- .assess-cont{
- padding: 15px;
- }
- .assess-item{
- h2{
- line-height: 40px;
- font-size: 16px;
- /*background: #e5eefe;*/
- padding: 0 15px;
- font-weight: bold;
- }
- .item-content{
- padding: 0 15px;
- .choose-item{
- margin-right: 12px;
- display: inline-block;
- i{
- color: @blue;
- }
- }
- input[type=checkbox]{
- width: 14px;
- height: 14px;
- vertical-align: middle;
- margin-right: 4px;
- background-color: #fff;
- -webkit-appearance: none;
- border: 1px solid #c9c9c9;
- border-radius: 4px;
- outline: none;
- cursor: pointer;
- }
- }
- li {
- line-height: 35px;
- .row{
- display: inline-block;
- }
- .recommend{
- max-width: 200px;
- float: right;
- color: #929292;
- }
- }
- .chart-box{
- display: inline-block;
- width: 49%;
- height: 225px;
- }
- .chart-box:nth-child(odd){
- margin-right: 2%;
- }
- }
|