zhongshujie
8 小时以前 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b
src/books/English/assets/main.less
@@ -235,7 +235,7 @@
    width: 96%;
    text-align: center;
  }
  .img-a {
    width: 95%;
  }
@@ -704,6 +704,9 @@
  .al-end {
    align-items: flex-end;
  }
  .fz-13{
    font-size: 13px;
  }
  .fz-14 {
    font-size: 14px;
  }
@@ -732,6 +735,9 @@
  .mt-40 {
    margin-top: 40px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .wh-nr {
    white-space: nowrap;
  }
@@ -750,17 +756,38 @@
  .w100 {
    width: 100%;
  }
  .w80{
  .w95 {
    width: 95%;
  }
  .w90 {
    width: 90%;
  }
  .w80 {
    width: 80%;
  }
  .w80x {
    width: 80px !important;
  }
  .w70 {
    width: 70%;
  }
  .w50 {
    width: 50%;
  }
  .w48 {
    width: 48%;
   }
  .w45{
    width: 45%;
  }
  .w50{
    width: 50%;
  .w35{
    width: 35%;
  }
  .w20{
    width: 20%;
  }
  .w10{
    width: 10%;
  }
  .pd-20 {
    padding: 0 20px;
@@ -903,7 +930,6 @@
  .input-bottom-border {
    border: 0;
    border-bottom: 1px solid #000000;
    width: 86%;
    &:focus {
      outline: none;
    }
@@ -925,6 +951,9 @@
    }
  }
  .check-bc-t{
    background-color: transparent;
  }
  .select-bc-t{
    background-color: transparent;
  }
 .input-no-border{
@@ -1086,6 +1115,7 @@
    color: red;
  }
  .icon-box {
    text-indent: 0;
    margin-left: 8px;
    display: inline-block;
    width: 18px;
@@ -1129,6 +1159,8 @@
  }
  .tl-left{
    text-align: left;
  }.tl-right {
    text-align: right;
  }
  .b0 {
    border: 0;
@@ -1195,6 +1227,14 @@
    color: #f49a4c;
    font-weight: bold;
  }
  .select-border {
    border: 0;
    border-bottom: 1px solid #000;
    outline: none;
  }
  .tc {
    border-color: #eace8d;
  }
}
/* 媒体查询做基础响应式布局 */
@media (max-width: 660px) {