| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- /*// 主题色*/
- @theme-color1:#5775b5;
- @theme-color2:#389ee1;
- @theme-colorred:#e47470;
- /*字体主色调*/
- @font-color1:#435561;
- @font-color3:#999999;
- /*线条主色调*/
- @border-color1:#e5e4e9;
- @border-color2:#cfcfcf;
- @border-cut-color:#eceff4;
- /*按钮主色调*/
- @btn-color1:#e47470;
- @btn-color2:#0099cc;
- /*底纹色*/
- @bj-color:#f7f7f7;
- @bjtit-color:#f5f6fa;
- .tree-contentlist>h1{
- font-size: 14px;
- font-style: normal;
- color: #000;
- padding-bottom: 15px;
- }
- .tree-contentlist>.list{
- padding-left: 120px;
- position: relative;
- margin-bottom: 10px;
- width: 700px;
- }
- .tree-contentlist>.list>.caption{
- position: absolute;
- left: 0;
- top: 0;
- line-height: 37px;
- width: 110px;
- text-align: right;
- font-weight: normal;
- }
- .tree-contentlist>.list>.caption em{
- padding-right: 5px;
- }
- .tree-contentlist>.list.name {
- width: 300px;
- }
- .tree-contentlist>.list .sexbox{
- line-height: 42px;
- }
- .tree-contentlist>.list .radiosex{
- padding-right: 5px;
- margin-right: 5px;
- cursor: pointer;
- }
- .tree-contentlist>.list .radiosex input{
- margin-right: 3px;
- }
- .tree-contentlist>.list.area {
- width: 490px;
- }
- .tree-contentlist>.list.area .select2-container{
- min-width: 180px;
- }
- .tree-contentlist>.list.save{
- width: 220px;
- }
- .tree-contentlist{
- width: 100%;
- padding: 20px;
- padding-left:30px;
- position: relative;
- border-bottom: 1px solid @border-color1;
- }
- .tree-contentlist2{
- width: 100%;
- padding: 20px;
- padding-left:30px;
- position: relative;
- border-bottom: 1px dashed @border-color1;
- }
- .tree-contentlist2>label{
- float: left;
- color: #000;
- font-weight: normal;
- padding-right: 15px;
- }
- .tree-contentlist2 .setted{
- padding-right: 10px;
- }
- .tree-contentlist2 .setted i{
- margin-right: 8px;
- }
- .tree-contentlist2 .a-link{
- padding-left: 10px;
- border-left: 1px solid @border-color1;
- line-height: 16px;
- margin-top: 4px;
- }
- .tree-contentlisthead{
- width: 100%;
- padding:30px;
- position: relative;
- border-bottom: 1px solid @border-color1;
- }
- .tree-contentlisthead .headimg{
- border-radius: 9999px;
- padding: 3px;
- background-color: #f2f2f2;
- width: 90px;height: 90px;
- }
- .tree-contentlisthead .headimg a{
- border-radius: 9999px;
- display: block;
- width: 100%;
- height:100%;
- overflow: hidden;
- position: relative;
- }
- .tree-contentlisthead .headimg .edit{
- position: absolute;
- font-size: 12px;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 22px;
- text-align: center;
- vertical-align: text-bottom;
- color: #fff;
- background-color: transparent;
- background-color: rgba(0,0,0,.3);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000)";
- }
- .tree-contentlisthead .headimg img{
- border-radius: 9999px;
- width: 100%;
- }
- .tree-contentlisthead .headcontent{
- padding-top: 3px;
- padding-left: 30px;
- }
- .tree-contentlisthead .headcontent h2{
- font-size: 14px;
- font-weight: normal;
- line-height: 30px;
- }
|