12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @import "chat-send-status.wxss";
- @import "voice.wxss";
- @import "time.wxss";
- @import "chat-item.wxss";
- .isMyWordStyle {
- background-color: #8fcbf7;
- color: #213d52;
- margin-right: -1rpx;
- margin-left: 14rpx;
- word-wrap: break-word;
- }
- .isOtherWordStyle {
- background-color: white;
- color: #333333;
- margin-right: 14rpx;
- margin-left: -1rpx;
- word-wrap: break-word;
- }
- .chat-list-pic-style {
- border-radius: 10rpx;
- margin-left: 5rpx;
- width: 150rpx;
- height: 280rpx;
- }
- .voice-duration-style {
- color: #666666;
- font-size: 26rpx;
- align-self: center;
- margin-top: 3rpx;
- margin-left: 5rpx;
- }
- .chat-list-arrow-style {
- width: 11rpx;
- height: 20rpx;
- margin-top: 25rpx
- }
- .chat-item-vr {
- background: #fff;
- width: 450rpx;
- color: #333;
- border-radius:0px 0px 8rpx 8rpx;
- font-size: 30rpx;
- }
- .chat-item-vr image {
- width: 450rpx;
- height: 242rpx;
- }
- .vr-intro {
- border-bottom: 1rpx solid #e5e5e5;
- padding: 10rpx 42rpx 14rpx 28rpx;
- color: #A3A4A5;
- font-size: 24rpx;
- }
- .chat-item-name {
- color: #111;
- font-size: 30rpx;
- font-weight: bold;
- line-height: 38rpx;
- }
- .click-text {
- line-height: 90rpx;
- text-align: center;
- color: #00B4ED;
- font-size: 30rpx;
- }
|