123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* msg/pages/detail/index.wxss */
- page {
- width: 100%;
- height: 100%;
- background-color: #fff;
- }
- .container-msg {
- width: 100%;
- height: 100%;
- padding: 58rpx;
- font-size: 24rpx;
- box-sizing: border-box;
- font-family: FZZhunYuan-M02S, FZZhunYuan-M02S-Regular;
- font-weight: 400;
- }
- .msg-header {
- margin-bottom: 17rpx;
- color: #999999;
- line-height: 55rpx;
- }
- .msg-header .tag {
- display: inline-block;
- width: 127rpx;
- height: 41rpx;
- margin-right: 20rpx;
- background: #fff3b6;
- color: #4c410e;
- text-align: center;
- line-height: 40rpx;
- border-radius: 14rpx 0rpx 14rpx 0rpx;
- }
- .msg-header text {
- color: #333333;
- font-size: 38rpx;
- font-family: FZCuYuan-M03, FZCuYuan-M03-Regular;
- }
- .msg-time {
- display: flex;
- align-items: center;
- margin-bottom: 36rpx;
- }
- .msg-time .date-icon {
- font-size: 30rpx;
- margin-right: 10rpx;
- }
- .msg-content {
- color: #808080;
- text-indent: 2em;
- line-height: 55rpx;
- }
|