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.
hunjianghu/江可飞/小程序开发/html-view/index.wxss

22 lines
255 B

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