Commit 5cf1384a by zhangleyuan

style:UI样式优化

parent 80a3ba91
...@@ -602,9 +602,9 @@ mr0 { ...@@ -602,9 +602,9 @@ mr0 {
border-right:none !important; border-right:none !important;
} }
.ant-table tbody tr:nth-child(2n) td{ // .ant-table tbody tr:nth-child(2n) td{
background: #FAFAFA !important; // background: #FAFAFA !important;
} // }
.ant-table-thead > tr > th{ .ant-table-thead > tr > th{
font-weight:normal !important; font-weight:normal !important;
...@@ -706,6 +706,12 @@ mr0 { ...@@ -706,6 +706,12 @@ mr0 {
border-right:1px solid #dfdfdf !important; border-right:1px solid #dfdfdf !important;
border-bottom:1px solid #dfdfdf !important; border-bottom:1px solid #dfdfdf !important;
} }
.ant-input-search .ant-input:hover, .ant-input-search .ant-input:focus{
border-color: #ffcb3d;
border: 1px solid #d9d9d9 !important;
box-shadow: none !important;
border-right: 0px !important;
}
// .ant-input-search:focus{ // .ant-input-search:focus{
// border-top:1px solid #FFA100 !important; // border-top:1px solid #FFA100 !important;
// border-right:1px solid #FFA100 !important; // border-right:1px solid #FFA100 !important;
......
.video-course-list { .video-course-list {
margin-top: 12px; margin-top: 12px;
.video-list-table{
tbody {
tr{
&:nth-child(even){
background: transparent !important;
td{
background:#FFF !important;
}
}
&:nth-child(odd){
background: #FAFAFA !important;
td{
background: #FAFAFA !important;
}
}
&:hover{
td{
background:#F3f6fa !important;
}
}
}
}
}
.watchUserCount{ .watchUserCount{
text-align:right; text-align:right;
padding:16px; padding:16px;
......
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