123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- @charset "UTF-8";
- .plv-mp-chat-list-show-more {
- padding: 20rpx 0 10rpx;
- font-size: 24rpx;
- text-align: center;
- color: #fff;
- }
- .plv-mp-chat-list-list {
- padding: 16rpx;
- }
- .plv-mp-chat-list-item {
- position: relative;
- margin-bottom: 20rpx;
- }
- .plv-mp-chat-list-user-avatar {
- position: absolute;
- left: 0;
- top: 0;
- width: 28px;
- height: 28px;
- border-radius: 50%;
- }
- .plv-mp-chat-list-user-info {
- margin-left: 68rpx;
- max-width: 70%;
- font-size: 22rpx;
- color: #848e99;
- margin-bottom: 14rpx;
- }
- .plv-mp-chat-list-user-info__actor {
- margin-right: 0.5em;
- background: #2196f3;
- font-size: 24rpx;
- padding: 0 10rpx;
- color: #fff;
- border-radius: 16rpx;
- }
- .plv-mp-chat-list-msg-content {
- position: relative;
- display: inline-block;
- padding: 16rpx;
- font-size: 26rpx;
- max-width: 70%;
- margin-left: 68rpx;
- }
- .plv-mp-chat-list-msg-other {
- text-align: left;
- color: #546e7a;
- }
- .plv-mp-chat-list-msg-other__actor {
- color: #2196f3;
- }
- .plv-mp-chat-list-msg-other .plv-mp-chat-list-msg-content {
- text-align: left;
- background-color: #fff;
- border-radius: 0 10rpx 10rpx;
- }
- .plv-mp-chat-list-msg-flower {
- text-align: center;
- font-size: 24rpx;
- color: #fff;
- }
- .plv-mp-chat-list-icon__flower {
- display: inline-block;
- width: 44rpx;
- height: 44rpx;
- vertical-align: middle;
- }
- .plv-mp-chat-list-msg-custom {
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- color: #fff;
- }
- .plv-mp-chat-list-msg-custom__image {
- margin-left: 12rpx;
- width: 44rpx;
- height: 44rpx;
- }
- .plv-mp-chat-list-msg-system {
- text-align: center;
- font-size: 24rpx;
- color: #fff;
- }
- .plv-mp-chat-list-reward-cash {
- width: 46rpx;
- height: 57rpx;
- vertical-align: middle;
- margin-top: -6rpx;
- }
- /**
- 白天皮肤
- */
- .plv-mp-skin__white .plv-mp-chat-list-show-more {
- color: #757575;
- }
- .plv-mp-skin__white .plv-mp-chat-list-msg-system {
- color: #000;
- }
- .plv-mp-skin__white .plv-mp-chat-list-msg-flower {
- color: #000;
- }
- .plv-mp-skin__white .plv-mp-chat-list-msg-flower > .plv-chat-list-flower__view {
- font-size: 26rpx;
- }
- .plv-mp-skin__white .plv-mp-chat-list-msg-custom {
- color: #000;
- }
|