wupengfei
7 天以前 14368e8a09c4b5793d0975f85e36a4c1d410ca36
packages/components/src/styles/layout.scss
@@ -1,27 +1,37 @@
/*postcss-pxtransform disable*/
@use './common.scss' as *;
.main-cell-container {
  padding-top: 92px;
  .main-cell-wrapper {
    padding: boleGetCssVar('size', 'body-padding-h');
    padding-top: 24px;
    border-radius: 15px;
    padding: 18px 20px 60px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    .main-cell-title {
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      color: #000000;
      line-height: 28px;
    .main-cell-title-wrapper {
      margin-left: 12px;
      display: flex;
      align-items: center;
      height: 88px;
      .main-cell-title-line {
        width: 8px;
        height: 36px;
        background: boleGetCssVar('color', 'primary');
        border-radius: 4px;
        margin-right: 16px;
      }
      .main-cell-title {
        font-size: 34px;
        font-weight: 400;
        color: boleGetCssVar('text-color', 'primary');
        line-height: 44px;
      }
    }
    .main-cell-icon {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      margin-top: 40px;
    }
  }
}