@mdsfe/mds-ui
Version:
A set of enterprise-class Vue UI components.
127 lines (126 loc) • 2.92 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/*省略号*/
.mds-typography {
width: 100%;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #354052;
line-height: 22px;
}
.mds-typography--ellipsis {
width: 98%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 16px;
}
.mds-typography--multiple {
width: 96%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.mds-typography--btn {
display: inline-block;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #0364ff;
line-height: 22px;
cursor: pointer;
}
/*基本样式*/
.typography-introduce {
margin-bottom: 32px;
}
.typography-introduce h2 {
font-size: 38px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000000;
line-height: 46px;
margin-bottom: 24px;
}
.typography-introduce div {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #354052;
line-height: 22px;
margin-bottom: 16px;
}
.typography-background h3 {
font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000000;
line-height: 38px;
margin-bottom: 16px;
}
.typography-background p,
.typography-background ul li {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #354052;
line-height: 22px;
margin-bottom: 16px;
}
.typography-background ul li {
display: flex;
align-items: center;
}
.typography-background ul li span {
width: 6px;
height: 6px;
background: #7f8fa4;
border-radius: 50%;
display: inline-block;
margin-right: 16px;
}
/*标题组件*/
.typography-title .mds-title {
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000000;
margin-bottom: 32px;
}
.typography-title .mds-title__h1 {
font-size: 38px;
}
.typography-title .mds-title__h2 {
font-size: 30px;
}
.typography-title .mds-title__h3 {
font-size: 24px;
}
.typography-title .mds-title__h4 {
font-size: 20px;
}
.typography-title .mds-title__h5 {
font-size: 16px;
}
/*段落大小*/
.typography-paragraph-long {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #354052;
line-height: 22px;
margin-bottom: 16px;
}
.typography-paragraph-short {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #354052;
line-height: 20px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */