UNPKG

hc-materials

Version:

基于react的通用组件库

58 lines (48 loc) 1.09 kB
@import '../../../components/footer/style/index.less'; @import '../../../components/header/style/index.less'; @import '../../../components/sider/style/index.less'; @layout-landing-prefix-cls: ~'@{hc-prefix}-layout-landing'; .@{layout-landing-prefix-cls} { background: #f0f2f5; width: 100%; min-height: 100%; background-repeat: no-repeat; background-position: center; background-size: 100%; position: relative; &-top { text-align: center; } .ant-layout-header{ background: #ffffff; .@{sider-prefix-cls}-logo{ margin-left: 20px; h1{ color: #666; } } } &-logo { height: 44px; vertical-align: top; margin-right: 16px; } &-title { font-size: 33px; color: @heading-color; font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: 600; position: relative; top: 2px; } &-desc { font-size: @font-size-base; color: @text-color-secondary; margin-top: 12px; margin-bottom: 40px; } &-footer { width: 100%; bottom: 0; } }