30 lines
465 B
Plaintext
30 lines
465 B
Plaintext
@charset "UTF-8";
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.t-orange {
|
|
font-size: 28rpx;
|
|
color: #f1a532;
|
|
}
|
|
.t-green {
|
|
font-size: 28rpx;
|
|
color: #53c21d;
|
|
}
|
|
.fixed-btn {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|