| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .chat-top-wrap.data-v-2cc7b829 {
- height: calc(100% - 170rpx);
- }
- .chat-top-wrap .chat-list.data-v-2cc7b829 {
- width: calc(100% - 52rpx);
- padding: 0 26rpx;
- }
- .chat-top-wrap .chat-list .list-time.data-v-2cc7b829 {
- color: #999999;
- text-align: center;
- margin-top: 30rpx;
- }
- .chat-top-wrap .chat-list .list-blo.data-v-2cc7b829 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- margin-top: 20rpx;
- }
- .chat-top-wrap .chat-list .list-blo .list-attr.data-v-2cc7b829 {
- width: 70rpx;
- height: 70rpx;
- border-radius: 50%;
- }
- .chat-top-wrap .chat-list .list-blo .list-attr ._img.data-v-2cc7b829 {
- border-radius: 50%;
- }
- .chat-top-wrap .chat-list .list-blo .list-content.data-v-2cc7b829 {
- padding: 18rpx 20rpx;
- background-color: #fff;
- border-radius: 10rpx;
- font-size: 30rpx;
- position: relative;
- color: #000;
- max-width: 66%;
- line-height: 1.4;
- }
- .chat-top-wrap .chat-list .list-blo .list-content.data-v-2cc7b829::before {
- content: '';
- position: absolute;
- width: 0;
- height: 0;
- top: 16rpx;
- border: 12rpx solid #fff;
- }
- .chat-top-wrap .chat-list .list-blo .list-content.list-img.data-v-2cc7b829 {
- background-color: #fff !important;
- }
- .chat-top-wrap .chat-list .list-blo .list-content.list-img .list-content-img.data-v-2cc7b829 {
- width: 260rpx;
- height: 260rpx;
- }
- .chat-top-wrap .chat-list .list-blo .list-content.list-img .list-content-img ._img.data-v-2cc7b829 {
- height: 260rpx;
- }
- .chat-top-wrap .chat-list .list-blo .list-content.list-img .list-img-text.data-v-2cc7b829 {
- margin-top: 12rpx;
- font-size: 28rpx;
- }
- .chat-top-wrap .chat-list.data-v-2cc7b829:last-child {
- margin-bottom: 20rpx;
- }
- .chat-top-wrap .chat-list-l .list-content.data-v-2cc7b829 {
- margin-left: 26rpx;
- }
- .chat-top-wrap .chat-list-l .list-content.data-v-2cc7b829::before {
- right: 100%;
- border-color: transparent #fff transparent transparent !important;
- }
- .chat-top-wrap .chat-list-r .list-blo.data-v-2cc7b829 {
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- }
- .chat-top-wrap .chat-list-r .list-blo .list-content.data-v-2cc7b829 {
- margin-right: 26rpx;
- background-color: #a9e368;
- }
- .chat-top-wrap .chat-list-r .list-blo .list-content.data-v-2cc7b829::before {
- left: 100%;
- border-color: transparent transparent transparent #a9e368 !important;
- }
- .chat-top-wrap .chat-list-r .list-blo .list-content.list-img.data-v-2cc7b829::before {
- border-color: transparent transparent transparent #fff !important;
- }
- .chat-bottom-wrap.data-v-2cc7b829 {
- width: calc(100% - 40rpx);
- height: 170rpx;
- padding: 0 20rpx;
- background-color: #f5f5f5;
- display: block;
- }
- .chat-bottom-wrap .tool-wrap.data-v-2cc7b829 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- padding-top: 14rpx;
- padding-bottom: 26rpx;
- margin-left: 4rpx;
- }
- .chat-bottom-wrap .tool-wrap .tool-list.data-v-2cc7b829 {
- height: 44rpx;
- line-height: 44rpx;
- border: 1rpx solid #eee;
- border-radius: 50rpx;
- padding: 0 14rpx;
- margin-left: 10rpx;
- background-color: #fff;
- }
- .chat-bottom-wrap .input-wrap.data-v-2cc7b829 .app-search-module {
- height: 70rpx;
- }
- .chat-bottom-wrap .input-wrap.data-v-2cc7b829 .app-search-module input {
- font-size: 32rpx;
- }
- .link-modal-wrap .link-tit.data-v-2cc7b829 {
- text-align: center;
- font-size: 40rpx;
- margin-bottom: 40rpx;
- }
- .link-modal-wrap .btn-wrap .button-com.data-v-2cc7b829 {
- display: block;
- margin-bottom: 20rpx;
- }
|