页面构成

This commit is contained in:
Abin
2026-01-05 18:07:57 +08:00
parent 66b2e3ddac
commit c2f0c46c4d
40 changed files with 2817 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
/**index.wxss**/
page {
height: 100vh;
display: flex;
flex-direction: column;
}
.scrollarea {
flex: 1;
overflow-y: hidden;
}
.pagetitle {
display: block;
font-size: 40rpx;
text-align: center;
}
.pagecontent {
display: block;
font-size: 30rpx;
text-align: left;
text-indent: 0rem;
margin-bottom: 30rpx;
padding: 0 10rpx;
}
.pagecontent:first-child {
margin-top: 30rpx;
}
.pageimg {
width: 100%;
}
.pagevideo {
width: 750rpx;
height: 421rpx;
}
.pageauthor {
color: rgb(165, 165, 165);
font-size: 30rpx;
}
.pagedate {
color: rgb(151, 151, 151);
padding-left: 60rpx;
font-size: 30rpx;
}
.pageauthoranddate {
height: 80rpx;
display: flex;
align-items: center;
justify-content: center;
}
.sharebtn[plain] {
display: inline;
color: cadetblue;
border:none;
font-size: 30rpx;
margin:0 rpx;
margin-left: 20rpx;
margin-right: 0rpx;
padding:0 ;
width: 120rpx;
}
.content123 {
margin: 0;
}