Commit 711245c2 by chenshu

feat:初始化

parent 49debeec
...@@ -39,9 +39,10 @@ ...@@ -39,9 +39,10 @@
} }
} }
.label{ .label{
display:inline-block; display: inline-block;
text-align:right; text-align: right;
width:85px; width: 120px;
flex-shrink: 0;
} }
.required { .required {
position: relative; position: relative;
...@@ -58,9 +59,56 @@ ...@@ -58,9 +59,56 @@
top: 0; top: 0;
} }
} }
.course-catalog{ .course-catalog {
margin-bottom:16px; margin-bottom:16px;
margin-top:16px; margin-top:16px;
display: flex;
.switch-box {
.switch-item {
display: flex;
align-items: center;
margin-bottom: 16px;
&:last-child {
margin-bottom: 0;
}
.switch-label {
color: #666;
}
.switch-tip {
color: #999;
margin-left: 4px;
}
}
}
}
.require {
color: red;
}
.introduce {
display: flex;
flex-direction: row;
}
.day {
display: flex;
flex-direction: row;
margin-bottom: 16px;
.select-day {
margin-bottom: 4px;
.mark-day {
color: #FFB714;
}
}
}
.allow-tourist-join{
display:flex;
margin-bottom:16px;
.desc {
color:#999;
margin-left:12px;
}
.content{
display:flex;
}
} }
.course-ware { .course-ware {
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment