备注一下样式文件

This commit is contained in:
daihh
2022-09-28 12:29:20 +08:00
parent 321999fcbd
commit b6c8a4c2b0
3 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
.portal-right-box{
width: 410px;
border-radius: 8px;

View File

@@ -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;

View File

@@ -0,0 +1,3 @@
/**
* 用户中心的一些通用样式,定义在这里面
*/