Commit 0025fadf by 林家欣

修改细节加粗问题

parent 1f9e8c95
......@@ -127,3 +127,6 @@ select::-ms-expand {
textarea {
overflow: hidden;
}
b{
font-weight: bold
}
\ No newline at end of file
......@@ -139,6 +139,7 @@ export default {
color: #ffffff;
padding: 10px;
border-radius: 5px;
// margin-top: 5px;
}
.guide-msg {
margin: 20px 0;
......@@ -166,6 +167,9 @@ export default {
}
.text-right {
text-align: right;
.ljtb-btn{
margin-top: 5px;
}
}
table {
table-layout: fixed;
......
......@@ -37,6 +37,10 @@ export default {
cursor: pointer;
}
}
.cate-right{
display: flex;
align-items: center;
}
}
img {
margin-right: 9px;
......
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