|
|
@ -110,11 +110,15 @@ |
|
|
|
// 列表 |
|
|
|
// 列表 |
|
|
|
ul: ` |
|
|
|
ul: ` |
|
|
|
margin: 10px 0; |
|
|
|
margin: 10px 0; |
|
|
|
color: #555; |
|
|
|
font-size: 15px; |
|
|
|
|
|
|
|
line-height:1.75; |
|
|
|
|
|
|
|
word-spacing:0.1em; |
|
|
|
`, |
|
|
|
`, |
|
|
|
li: ` |
|
|
|
li: ` |
|
|
|
margin: 5px 0; |
|
|
|
margin: 5px 0; |
|
|
|
color: #555; |
|
|
|
font-size: 15px; |
|
|
|
|
|
|
|
line-height:1.75; |
|
|
|
|
|
|
|
word-spacing:0.1em; |
|
|
|
`, |
|
|
|
`, |
|
|
|
// 链接 |
|
|
|
// 链接 |
|
|
|
a: ` |
|
|
|
a: ` |
|
|
@ -149,12 +153,12 @@ |
|
|
|
`, |
|
|
|
`, |
|
|
|
th: ` |
|
|
|
th: ` |
|
|
|
border: 1px solid #202121; |
|
|
|
border: 1px solid #202121; |
|
|
|
color: #555; |
|
|
|
// color: #555; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
`, |
|
|
|
`, |
|
|
|
td: ` |
|
|
|
td: ` |
|
|
|
color:#555; |
|
|
|
// color:#555; |
|
|
|
border: 1px solid #555555; |
|
|
|
border: 1px solid #555555; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
`, |
|
|
|
`, |
|
|
@ -177,4 +181,34 @@ |
|
|
|
padding: 15rpx; |
|
|
|
padding: 15rpx; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// /deep/ .scrollbar-container{ |
|
|
|
|
|
|
|
// display: none; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
/* 设置滚动条的宽度和背景色 */ |
|
|
|
|
|
|
|
/deep/ .scrollbar-container::-webkit-scrollbar { |
|
|
|
|
|
|
|
width: 3px!important; /* 滚动条宽度 */ |
|
|
|
|
|
|
|
height: 3px!important; /* 对于垂直滚动条,设置高度 */ |
|
|
|
|
|
|
|
background-color: #f9f9f9!important; /* 滚动条背景色 */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 设置滚动条滑块的样式 */ |
|
|
|
|
|
|
|
/deep/ .scrollbar-container::-webkit-scrollbar-thumb { |
|
|
|
|
|
|
|
border-radius: 10px; /* 滑块圆角 */ |
|
|
|
|
|
|
|
background-color: #c1c1c1; /* 滑块颜色 */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 设置滚动条滑块hover样式 */ |
|
|
|
|
|
|
|
/deep/ .scrollbar-container::-webkit-scrollbar-thumb:hover { |
|
|
|
|
|
|
|
background-color: #a8a8a8; /* 滑块hover颜色 */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 设置滚动条轨道的样式 */ |
|
|
|
|
|
|
|
/deep/ .scrollbar-container::-webkit-scrollbar-track { |
|
|
|
|
|
|
|
border-radius: 10px; /* 轨道圆角 */ |
|
|
|
|
|
|
|
box-shadow: inset 0 0 5px grey; /* 轨道阴影 */ |
|
|
|
|
|
|
|
background-color: #f0f0f0; /* 轨道颜色 */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .md-table { |
|
|
|
|
|
|
|
margin-bottom: 10rpx!important; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |