sidebar.less 1.41 KB
@import "variables.less";

/*左右分隔布局样式*/
.xn-sidebar-2{
  width:  900px;
  margin: 20px auto;
  border:@xn-border;
  background-color: #f9f9f7;
  .box-shadow();
}
.xn-sidebar-2 .sidebar-left{
  width:33.3333%;
  float:left;
  padding: 30px 50px 10px 50px;
}
.xn-sidebar-2 .sidebar-left p{
  font-size: 14px;
  line-height: 30px;
}
.xn-sidebar-2  .sidebar-right{
  width:66.6666%;
  float:right;
  background-color: @xn-white;
  padding: 30px 49px 10px 49px;
  position: relative;
}
.xn-sidebar-2  .sidebar-right p{
  float: left;
  margin-top: 40px;
  margin-left: -45px;
}
.xn-sidebar-2 .sidebar-right .state{
  position: absolute;
  top: -35px;
  width: 150px;
  height: 100px;
  z-index: 2;
  left: 0px;
}
.xn-sidebar-2  .sidebar-right .state i{
  float: left;
  width: 150px;
  height: 100px;
  font-size: 70px;
  line-height: 120px;
  display: inline-block;
}
.xn-sidebar-2  .sidebar-right .xn-sidebar-barcode{
  position: absolute;
  right: 10px;
}
.xn-sidebar-2  .sidebar-right .barcode{
  position: static;
  width: 110px;
  height: 40px;
  z-index: 99;
  right: 60px;
  margin-top:50px;
}

.xn-sidebar-title{
  width:  900px;
  margin: 20px auto;
  font-size: 20px;
}


.barcode{
  //  font-family: Barcode;
  font-size: 50px;
  line-height: 100px;
  height: 100px;
}

.xn-sidebar-2  .sidebar-right .barcode i{
  float: left;
  width: 10px;
  height: 10px;
  font-size: 50px;
  line-height: 10px;
  display: inline-block;
}