207 lines
4.7 KiB
Plaintext
207 lines
4.7 KiB
Plaintext
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.main-title-color.data-v-31e6e34e {
|
||
color: #d14328;
|
||
}
|
||
.space-root.data-v-31e6e34e {
|
||
width: 100%;
|
||
height: 100vh;
|
||
}
|
||
.space-root .index-bg.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.space-root .rootbg.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
width: 100%;
|
||
}
|
||
.space-root .ai-space.data-v-31e6e34e {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding-top: 350rpx;
|
||
}
|
||
.space-root .ai-space .ai-space-button.data-v-31e6e34e {
|
||
width: 100%;
|
||
height: 120rpx;
|
||
background-repeat: no-repeat;
|
||
background-size: contain;
|
||
}
|
||
.space-root .ai-space .orange.data-v-31e6e34e {
|
||
color: #ff9775;
|
||
}
|
||
.space-root .ai-space .ai-space-text.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 85%;
|
||
left: 60%;
|
||
width: 100%;
|
||
text-align: center;
|
||
transform: translate(-50%, -50%);
|
||
}
|
||
.space-root .ai-space .ai-space-text .arrow.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 50%;
|
||
right: 15%;
|
||
color: #9d9d9d;
|
||
transform: translateY(-50%);
|
||
}
|
||
.space-root .actions.data-v-31e6e34e {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
width: 100%;
|
||
height: 18%;
|
||
}
|
||
.space-root .actions .action_doctor.data-v-31e6e34e {
|
||
width: 100%;
|
||
}
|
||
.space-root .actions .action_talent.data-v-31e6e34e {
|
||
width: 100%;
|
||
}
|
||
.space-root .calendar.data-v-31e6e34e {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 26%;
|
||
}
|
||
.space-root .calendar .c-bg.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: -3%;
|
||
z-index: -1;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.space-root .calendar .calendar-number.data-v-31e6e34e {
|
||
width: 131rpx;
|
||
height: 159rpx;
|
||
}
|
||
.space-root .calendar .calendar-number .calendar-bg.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 50rpx;
|
||
left: 50rpx;
|
||
width: 90px;
|
||
height: 110px;
|
||
}
|
||
.space-root .calendar .calendar-moth.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 31px;
|
||
left: 58px;
|
||
z-index: 1;
|
||
font-weight: 600;
|
||
}
|
||
.space-root .calendar .calendar-day.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 78px;
|
||
left: 63px;
|
||
z-index: 1;
|
||
font-weight: 600;
|
||
}
|
||
.space-root .calendar .calendar-description.data-v-31e6e34e {
|
||
position: absolute;
|
||
top: 109px;
|
||
bottom: 0;
|
||
left: -134px;
|
||
z-index: 1;
|
||
width: 100%;
|
||
font-size: 15px;
|
||
color: #808080;
|
||
text-align: center;
|
||
}
|
||
.space-root .tabs-container.data-v-31e6e34e {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 10px 20px;
|
||
background-color: #fff;
|
||
border-bottom: 1px solid #eee;
|
||
}
|
||
.space-root .tabs-container .tabs.data-v-31e6e34e {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.space-root .tabs-container .tab.data-v-31e6e34e {
|
||
position: relative;
|
||
padding: 10px 20px;
|
||
font-size: 16px;
|
||
color: #666;
|
||
cursor: pointer;
|
||
}
|
||
.space-root .tabs-container .tab.active.data-v-31e6e34e {
|
||
font-weight: bold;
|
||
color: #000;
|
||
}
|
||
.space-root .tabs-container .underline.data-v-31e6e34e {
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 50%;
|
||
width: 20px;
|
||
height: 2px;
|
||
background-color: #fcd038;
|
||
border-radius: 1px;
|
||
transform: translateX(-50%);
|
||
}
|
||
.space-root .tabs-container .camera-icon.data-v-31e6e34e {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.space-root .posts-container.data-v-31e6e34e {
|
||
padding-bottom: 100px;
|
||
}
|
||
.space-root .scroll-container.data-v-31e6e34e {
|
||
display: flex;
|
||
padding: 10px;
|
||
padding-left: 20px;
|
||
white-space: nowrap;
|
||
background-color: #fff;
|
||
}
|
||
.space-root .user-item.data-v-31e6e34e {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
margin-right: 20px;
|
||
}
|
||
.space-root .avatar.data-v-31e6e34e {
|
||
width: 60px;
|
||
height: 60px;
|
||
border: 2px solid #ffd700;
|
||
border-radius: 50%;
|
||
}
|
||
.space-root .name.data-v-31e6e34e {
|
||
margin-top: 8px;
|
||
font-size: 14px;
|
||
color: #333;
|
||
text-align: center;
|
||
} |