1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @import "/components/local/wxParse/wxParse.wxss";
- page {
- background: #fff;
- height: 100%;
- }
- .detail {
- overflow: hidden;
- width: 100%;
- }
- .detail .user {
- padding: 30rpx;
- /* border-bottom: 1px solid #ccc; */
- }
- .detail .title {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- padding: 40rpx 30rpx 0;
- }
- .detail .user image {
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
- .detail .user text {
- margin-left: 20rpx;
- }
- .time {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-top: 8rpx;
- }
|