You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
962 B
79 lines
962 B
/*文字对齐*/
|
|
.uni-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.uni-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.uni-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
|
|
.uni-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
.uni-font-size-12 {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.uni-font-size-13 {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.uni-font-size-14 {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.uni-font-size-15 {
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.uni-font-size-16 {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.uni-font-size-18 {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.uni-font-size-20 {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
/* 标题 */
|
|
.uni-h1 {
|
|
font-size: 80upx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.uni-h2 {
|
|
font-size: 60upx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.uni-h3 {
|
|
font-size: 48upx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.uni-h4 {
|
|
font-size: 36upx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.uni-h5 {
|
|
font-size: 28upx;
|
|
color: $grey;
|
|
}
|
|
|
|
.uni-h6 {
|
|
font-size: 24upx;
|
|
color: $grey;
|
|
}
|
|
|
|
.uni-bold {
|
|
font-weight: bold;
|
|
}
|
|
|