mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 18:22:53 +08:00
备注一下样式文件
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
.portal-right-box{
|
||||
width: 410px;
|
||||
border-radius: 8px;
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
/**
|
||||
* 门户页面的一些通用样式定义在这里面
|
||||
*/
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
//页面版心区域
|
||||
.xcontent{
|
||||
// width: 1000px;
|
||||
// margin: 0px auto;
|
||||
@@ -35,6 +39,18 @@ body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
// 详细页面的面包屑
|
||||
.xpage-detail-crumbs{
|
||||
margin-top: 54px;
|
||||
margin-left: 54px;
|
||||
.crumbs-first{
|
||||
color:#cccccc;
|
||||
}
|
||||
.crumbs-last{
|
||||
color:#999999;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1366px){
|
||||
.xcontent{
|
||||
// width: 1000px;
|
||||
|
||||
3
src/assets/styles/uc.scss
Normal file
3
src/assets/styles/uc.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* 用户中心的一些通用样式,定义在这里面
|
||||
*/
|
||||
Reference in New Issue
Block a user