12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "UTF-8";
- .time {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 24rpx;
- color: #808080;
- text-align: center;
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- }
- .title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 600;
- line-height: 24rpx;
- color: #323337;
- }
- .font {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 24rpx;
- color: #323337;
- }
- .page {
- width: 750rpx;
- height: 100vh;
- background: #f6f5fa;
- border: 1rpx solid rgba(0, 0, 0, 0);
- }
- .content {
- width: 702rpx;
- height: 220rpx;
- background: white;
- border-radius: 14rpx;
- padding: 24rpx 22rpx 46rpx;
- }
|