1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /* 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 {
- color: #999999;
- line-height: 55rpx;
- padding: 30rpx 53rpx;
- border-bottom: 1rpx solid #E6E6E6;
- margin-bottom: 20rpx;
- }
- .mb6{
- margin-bottom: 6rpx;
- }
- .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 {
- font-size: 34rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- text-align: center;
- color: #1a1a1a;
- line-height: 36rpx;
- }
- .msg-time {
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- color: #666666;
- line-height: 36rpx;
- }
- .msg-time .date-icon {
- font-size: 30rpx;
- margin-right: 10rpx;
- }
- .msg-content {
- color: #808080;
- line-height: 55rpx;
- padding:0 53rpx;
- }
- .head{
- display: flex;
- }
|