提交 eae482e2 authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 7c3e4d31
.mian {
background: rgba(255, 255, 255, 1);
border-radius: 6px;
margin: 40px;
padding: 0 40px 30px;
.title {
color: #333333;
font-size: 18px;
font-weight: bold;
line-height: 65px;
border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.content {
display: flex;
align-items: flex-start;
.cont-left {
flex: 1;
overflow: hidden;
}
.h2 {
font-size: 35px;
font-weight: bold;
color: #333333;
text-align: center;
padding: 40px 0;
}
p {
text-align: justify;
color: rgba(51, 51, 51, 1);
font-size: 18px;
line-height: 35px;
margin-top: 15px;
text-indent: 2em;
}
.txt-cont {
margin-top: 20px;
.tits {
font-weight: bold;
font-size: 22px;
line-height: 40px;
color: #333;
border-bottom: 1px solid #cccccc;
padding-top: 10px;
}
ul {
margin: 5px auto;
}
li {
display: flex;
margin-top: 15px;
img {
width: 12px;
height: 12px;
margin-top: 8px;
}
.rtxt {
color: #333;
font-size: 18px;
margin-left: 5px;
}
}
}
}
.cont-right {
width: 200px;
margin-left: 40px;
height: auto;
&.susp {
.cont {
position: fixed;
top: 0;
}
}
.cont {
width: 200px;
margin-top: 150px;
.titl {
height: 73px;
background: url('../../assets/images/lear-tips-mbg.png');
background-size: 100% 100%;
}
.titl {
display: flex;
justify-content: center;
align-items: center;
img {
width: 28px;
height: 28px;
}
.txt {
color: rgba(255, 255, 255, 1);
font-size: 22px;
margin-left: 8px;
}
}
ul {
padding: 0;
li.active {
.name {
color: #2994ea;
}
.prog {
.pr1 {
background: #2994ea;
}
.pr2 {
background: #2994ea;
}
}
}
li {
display: flex;
list-style: none;
width: 164px;
margin: 0 auto 20px auto;
cursor: pointer;
.name {
font-size: 18px;
color: #999999;
}
.prog {
width: 86px;
margin-left: auto;
position: relative;
margin-top: 5px;
.pr1 {
position: absolute;
top: 8px;
right: 0;
width: 100%;
height: 1px;
background: #d8d8d8;
}
.pr2 {
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 16px;
background: rgba(216, 216, 216, 1);
border-radius: 50%;
}
}
}
}
}
}
}
.table {
width: 90%;
margin: 20px auto;
border-collapse: collapse;
text-align: center;
td,
th {
padding: 12px;
}
}
...@@ -27,5 +27,4 @@ export default { ...@@ -27,5 +27,4 @@ export default {
} }
</script> </script>
<style> <style src="@/assets/css/xyxz.scss"></style>
</style>
...@@ -27,5 +27,4 @@ export default { ...@@ -27,5 +27,4 @@ export default {
} }
</script> </script>
<style> <style src="@/assets/css/xyxz.scss"></style>
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论