60 lines
921 B
Plaintext
60 lines
921 B
Plaintext
@import "../../wxParse/wxParse.wxss";
|
|
|
|
page {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #ffffff;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.container{
|
|
margin-top: 45rpx;
|
|
margin-bottom: 120rpx;
|
|
/* margin-left: 30rpx;
|
|
margin-right: 30rpx; */
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
border-bottom: 2rpx solid #e9e9e9;
|
|
padding-bottom: 30rpx;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
font-size: 44rpx;
|
|
/* margin-bottom: 20rpx; */
|
|
}
|
|
|
|
.date {
|
|
font-size: 24rpx;
|
|
color: #737373;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
|
|
.content {
|
|
margin-top: 30rpx;
|
|
margin-left: 30rpx;
|
|
margin-right: 30rpx;
|
|
|
|
}
|
|
.text {
|
|
/* margin-top: 16px; */
|
|
font-size: 32rpx;
|
|
line-height: 55rpx;
|
|
color: #333;
|
|
}
|
|
|
|
|
|
.btn-view {
|
|
box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
|
|
width: 100%;
|
|
padding: 20rpx 0;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|