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.
202 lines
5.0 KiB
202 lines
5.0 KiB
|
|
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.hitchSchedule .logo.data-v-d61098b4 {
|
|
padding-bottom: 240rpx;
|
|
width: 750rpx;
|
|
padding-top: 50rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem.data-v-d61098b4 {
|
|
width: 690rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 15rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
margin-left: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-title.data-v-d61098b4 {
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-title .left.data-v-d61098b4 {
|
|
height: 26rpx;
|
|
margin-top: 8rpx;
|
|
width: 8rpx;
|
|
background-color: #ff4444;
|
|
border-radius: 60rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item.data-v-d61098b4 {
|
|
display: flex;
|
|
background-color: #f8f8f8;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item image.data-v-d61098b4 {
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item .headline.data-v-d61098b4 {
|
|
width: 130rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: right;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item .content.data-v-d61098b4 {
|
|
flex: 1;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding-left: 30rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item .content .input.data-v-d61098b4 {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item .content .tag-item.data-v-d61098b4 {
|
|
margin-right: 20rpx;
|
|
padding: 0 10rpx;
|
|
display: inline-block;
|
|
height: 50rpx;
|
|
border-radius: 10rpx;
|
|
background-color: #FF4444;
|
|
color: #FFFFFF;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
margin-top: 18rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item .content .tag-item .iconclose.data-v-d61098b4 {
|
|
font-size: 20rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.hitchSchedule .logo .formItem .formItem-item .content .textarea.data-v-d61098b4 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.hitchSchedule .iframe-wid-hgt.data-v-d61098b4 {
|
|
width: 100vw;
|
|
}
|
|
.hitchSchedule .tagsPop.data-v-d61098b4 {
|
|
width: 750rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 30rpx 30rpx 0 0;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.hitchSchedule .tagsPop .tagsBox.data-v-d61098b4 {
|
|
height: 400rpx;
|
|
overflow: auto;
|
|
}
|
|
.hitchSchedule .tagsPop .tags-title.data-v-d61098b4 {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.hitchSchedule .tagsPop .tagItem.data-v-d61098b4 {
|
|
padding: 0 20rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
display: inline-block;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
border: 1rpx solid #EEEEEE;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.hitchSchedule .tagsPop .checkTagItem.data-v-d61098b4 {
|
|
padding: 0 20rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
display: inline-block;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
background-color: #FF4444;
|
|
color: #FFFFFF;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.hitchSchedule .midway.data-v-d61098b4 {
|
|
width: 630rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #f8f8f8;
|
|
border-radius: 20rpx;
|
|
}
|
|
.hitchSchedule .midway .input.data-v-d61098b4 {
|
|
padding: 20rpx 30rpx;
|
|
background-color: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
}
|
|
.hitchSchedule .midway .addMidwayBtn.data-v-d61098b4 {
|
|
display: flex;
|
|
margin-top: 50rpx;
|
|
}
|
|
.hitchSchedule .midway .addMidwayBtn .close.data-v-d61098b4 {
|
|
width: 180rpx;
|
|
height: 60rpx;
|
|
line-height: 80rpx;
|
|
background-color: #CCCCCC;
|
|
color: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
flex: 1;
|
|
margin: 0 60rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
}
|
|
.hitchSchedule .midway .addMidwayBtn .add.data-v-d61098b4 {
|
|
width: 180rpx;
|
|
margin: 0 60rpx;
|
|
flex: 1;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
background-color: #ff4444;
|
|
color: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
}
|
|
.hitchSchedule .comfia.data-v-d61098b4 {
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
background-color: #FF4444;
|
|
border-radius: 15rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
margin: auto;
|
|
}
|
|
|
|
|