51 lines
1016 B
Plaintext
51 lines
1016 B
Plaintext
:host{display:flex;flex-direction:column}
|
|
/**
|
|
* 优艺家沙发翻新 - 全局样式变量
|
|
*/
|
|
/* ========== 项目主题色 ========== */
|
|
/* 辅助色 */
|
|
/* 文字颜色 */
|
|
/* 背景色 */
|
|
/* 边框颜色 */
|
|
/* 间距 */
|
|
/* 圆角 */
|
|
/* 阴影 */
|
|
/* ========== uni-app 内置变量 ========== */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.service-card {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 24rpx 16rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 16rpx;
|
|
width: 160rpx;
|
|
}
|
|
.service-icon-wrapper {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #FDF6EE;
|
|
border-radius: 50%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.service-icon {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
.service-name {
|
|
font-size: 26rpx;
|
|
color: #333333;
|
|
text-align: center;
|
|
} |