123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .content {
- // padding-bottom: 12.8205vw;
- .scroll {
- overflow: hidden;
- padding-bottom: 12.8205vw;
- }
- .avatar {
- width: 10.2564vw;
- height: 10.2564vw;
- border-radius: 50%;
- }
- .message-box {
- margin-bottom: 7.6923vw;
- .time-box {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 12.8205vw;
- font-size: 3.0769vw;
- color: #fff;
- .time {
- background: rgba(0, 0, 0, 0.2);
- border-radius: 1.0256vw;
- padding: 0 2.5641vw;
- }
- }
- .text-item {
- position: relative;
- line-height: 1.5;
- font-size: 4.1026vw;
- padding: 2.5641vw;
- max-width: 56.4103vw;
- border-radius: 1.0256vw;
- word-wrap: break-word;
- min-height: 10.2564vw;
- min-width: 10.2564vw;
- }
- .msg-bloak {
- display: flex;
- padding: 0 4px;
- .text-item_left {
- background: #f1f1f1;
- }
- .text-item_left::before {
- content: "";
- position: absolute;
- left: -2.8205vw;
- top: calc(5.1282vw - 1.5385vw);
- border: 1.5385vw solid transparent;
- border-right-color: #f1f1f1;
- z-index: 20;
- }
- .text-item_right {
- background: #a2e65b;
- }
- .text-item_right::before {
- content: "";
- position: absolute;
- left: calc(100% - 0.2564vw);
- top: calc(5.1282vw - 1.5385vw);
- border: 1.5385vw solid transparent;
- border-left-color: #a2e65b;
- }
- }
- .self {
- justify-content: end;
- }
- .no_self {
- justify-content: start;
- }
- .text-item_status {
- // height: 10.2564vw;
- display: flex;
- align-items: center;
- // margin-right: 3.0769vw;
- font-size: 3.0769vw;
- color: #888;
- }
- .text-item_status--fail {
- color: red;
- }
- .text-item_status--success {
- color: #28bf39;
- }
- }
- .img-item {
- width: 35.8974vw;
- height: 25.641vw;
- object-fit: contain;
- }
- }
- .footer-tool {
- .tools {
- // width: 41.0256vw;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-shrink: 0;
- ion-icon {
- font-size: 7.6923vw;
- }
- .splice {
- margin: 0 0.5128vw;
- }
- }
- .tools-maxwid {
- width: 41.0256vw;
- }
- }
- .emoji-content {
- background: #fbfbfb;
- height: 41.0256vw;
- overflow-y: scroll;
- .emoji-box {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- .emoji-item {
- width: 7.6923vw;
- height: 7.6923vw;
- display: flex;
- justify-content: center;
- align-items: center;
- .emoji-img {
- width: 5.1282vw;
- height: 5.1282vw;
- }
- }
- .emoji-item__del {
- width: 7.6923vw;
- height: 7.6923vw;
- display: flex;
- justify-content: center;
- align-items: center;
- .emoji-img {
- width: 5.1282vw;
- height: 5.1282vw;
- }
- }
- }
- }
- ion-popover {
- --width: 38.4615vw;
- }
- .clear {
- font-size: 3.5897vw;
- }
- .fl {
- margin-right: 2.5641vw;
- float: left;
- }
- .fr {
- float: right;
- margin-left: 2.5641vw;
- }
|