Sign in

framework / qx-apaas-power · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • qx-apaas-power
  • miniprogram
  • components
  • commonTop
  • commonTop.scss
  • 优化页面样式
    5f3153a2
    周铨 authored
    2024-11-29 14:30:16 +0800  
    Browse Files »
commonTop.scss 421 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.commonTop_main {
  width: 100%;
  height: 316rpx;

  .top_image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .commonTop_text {
    font-family: PingFangSC-Semibold;
    font-size: 36rpx;
    color: #323241;
    // background: red;
    // text-align: center;
    padding-left: 28rpx;
    height: 288rpx;
    line-height: 288rpx;
    font-weight: 600;
  }
}