123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .custom-message {
- display: flex;
- padding: 10rpx 24rpx;
- background-color: #fff;
- border-radius: 2px 10px 10px 10px;
- border: 1px solid #D9D9D9;
- }
- .my-custom {
- border-radius: 10px 2px 10px 10px;
- border: 1px solid rgba(0, 110, 255, 0.30);
- }
- .custom-content-title {
- font-family: PingFangSC-Medium;
- width: 278rpx;
- line-height: 34rpx;
- font-size: 24rpx;
- color: #000000;
- letter-spacing: 0;
- margin-bottom: 12rpx;
- }
- .custom-content-description {
- font-family: PingFangSC-Regular;
- width: 278rpx;
- line-height: 34rpx;
- font-size: 28rpx;
- color: #006EFF;
- letter-spacing: 0;
- margin-bottom: 12rpx;
- }
- .custom-content-price {
- font-family: PingFangSC-Medium;
- line-height: 50rpx;
- color: #FF7201;
- letter-spacing: 0;
- }
- .custom-image {
- width: 135rpx;
- height: 135rpx;
- border-radius: 6rpx;
- margin-right: 10rpx;
- margin-top: 4rpx;
- }
- .custom-content-score {
- display: flex;
- align-items: center;
- padding-bottom: 12rpx;
- }
- .custom-content-score .score-star {
- width: 36rpx;
- height: 36rpx;
- margin-right: 10rpx;
- }
- .text-message {
- display: inline-flex;
- max-width: 60vw;
- line-height: 52rpx;
- padding: 12rpx 24rpx;
- background: #F8F8F8;
- border: 1px solid #D9D9D9;
- border-radius: 2px 10px 10px 10px;
- }
- .my-text {
- border-radius: 10px 2px 10px 10px;
- border: 1px solid rgba(0, 110, 255, 0.30);
- background: rgba(0, 110, 255, 0.10);
- }
- .message-body-span {
- display: flex;
- justify-content: center;
- align-items: center;
- /*justify-content: flex-start;*/
- flex-wrap: wrap;
- outline: none;
- font-size: 28rpx;
- color: #333333;
- position: relative;
- max-width: 60vw;
- }
- .message-body-span-text {
- width: 100%;
- display: inline;
- word-wrap: break-word;
- word-break: break-all;
- }
- .custom-content-text {
- font-family: PingFangSC-Regular;
- height: 25px;
- line-height: 25px;
- font-size: 28rpx;
- letter-spacing: 0;
- }
|