fork-reap-design
Version:
A high quality UI components Library with Vue.js
75 lines (66 loc) • 1.59 kB
text/less
.aui-list__item {
clear: both;
vertical-align: top;
zoom: 1;
.aui-list__label {
text-align: left;
vertical-align: middle;
float: left;
font-size: 14px;
color: #515a6e;
line-height: 1;
padding: 10px 12px 10px 0;
box-sizing: border-box;
&.right {
text-align: right;
}
}
.aui-list__cont--text {
max-width: 600px;
word-break: break-all;
}
.aui-list__cont {
position: relative;
line-height: 32px;
font-size: 14px;
}
.aui-list__cont--table {
table {
width: 100% ;
font-size: 12px;
}
}
.aui-list__cont--js {
padding: 10px 20px;
background-color: #f8f8f8;
box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
border-radius: 4px;
overflow-wrap: break-word;
white-space: pre-wrap;
word-break: break-all;
.string {
color: @json-color;
}
}
.pre__text--style {
padding: 10px 20px;
background-color: #f8f8f8;
box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
border-radius: 4px;
overflow-wrap: break-word;
white-space: pre-wrap;
word-break: break-all;
}
.aui-list__cont--img {
img {
max-width: 300px;
max-height: 200px;
}
}
.aui-list__cont--checkbox {
.ivu-checkbox-wrapper {
margin-right: 30px;
font-size: 14px;
}
}
}