60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
:host{display:flex;flex-direction:column}
|
|
/**
|
|
* 优艺家沙发翻新 - 全局样式变量
|
|
*/
|
|
/* ========== 项目主题色 ========== */
|
|
/* 辅助色 */
|
|
/* 文字颜色 */
|
|
/* 背景色 */
|
|
/* 边框颜色 */
|
|
/* 间距 */
|
|
/* 圆角 */
|
|
/* 阴影 */
|
|
/* ========== uni-app 内置变量 ========== */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.section-header {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 32rpx 0 24rpx 0;
|
|
}
|
|
.section-left {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.section-line {
|
|
width: 8rpx;
|
|
height: 36rpx;
|
|
background-color: #D4A574;
|
|
border-radius: 4rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.section-title {
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.section-right {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.section-more {
|
|
font-size: 26rpx;
|
|
color: #909399;
|
|
}
|
|
.section-arrow {
|
|
font-size: 32rpx;
|
|
color: #909399;
|
|
margin-left: 8rpx;
|
|
} |