You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import "reset.wxss";
|
|
|
|
.html-view {
|
|
font-size: 36rpx;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.img, .video {
|
|
width: 100%;
|
|
}
|
|
|
|
.table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.th, .td {
|
|
border: 1rpx solid #333;
|
|
padding: 10rpx;
|
|
}
|