123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- /* pages/wechat2/wechat2.wxss */
- page {
- background-color: #f3f3f4;
- }
-
-
-
-
-
-
-
- .tab {
- padding: 20rpx 20rpx 40rpx 50rpx;
- height: 20%;
- background-color: white;
- }
-
- .tab .tent {
- font-size: 33rpx;
- margin-bottom: 30rpx;
- }
- .jia_img {
- height: 80rpx;
- width: 90rpx;
- }
- .new_imgtent {
- height: 180rpx;
- width: 190rpx;
- }
- .tab .fabu {
- font-size: 33rpx;
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- }
-
- .xiahuaxia {
- width: 80%;
- text-align: center;
- margin: 0 auto;
- position: relative;
- top: 60rpx;
- }
-
- .chat-time {
- text-align: center;
- padding: 5rpx 20rpx 5rpx 20rpx;
- width: 200rpx;
- font-size: 26rpx;
- background-color: #e6e6e6;
- }
-
- .new_top_txt {
- width: 50%;
- position: relative;
- top: 38rpx;
- text-align: center;
- margin: 0 auto;
- font-size: 30rpx;
- color: #787878;
- background-color: #f7f7f7;
- }
-
- /* 聊天内容 */
-
- .news {
- margin-top: 10px;
- text-align: center;
- margin-bottom: 98px;
- }
-
- .img_null {
- height: 60rpx;
- }
-
- .l {
- height: 5rpx;
- width: 20%;
- margin-top: 30rpx;
- color: #000;
- }
-
- /* 聊天 */
-
- .my_right {
- float: right;
- position: relative;
- right: 40rpx;
- }
-
- .you_left {
- float: left;
- position: relative;
- left: 5rpx;
- }
-
- .new_img {
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
-
- .sanjiao {
- top: 20rpx;
- position: relative;
- width: 0px;
- height: 0px;
- border-width: 10px;
- border-style: solid;
- }
-
- .my {
- border-color: transparent transparent transparent #95d4ff;
- }
-
- .you {
- border-color: transparent #95d4ff transparent transparent;
- }
-
- .sendmessage {
- /* display: flex;
- align-items: center;
- flex-direction: row; */
- width: 100%;
- min-height: 60px;
- position: fixed;
- bottom: 0px;
- background-color: rgba(242, 242, 242, 100);
- box-shadow: 0px -1px 5px 1px rgba(57, 57, 57, 0.1);
- }
-
- .send-message {
- display: flex;
- align-items: center;
- padding: 16px;
- }
-
- .sendmessage input {
- height: 81rpx;
- background-color: #fff;
- line-height: 81rpx;
- font-size: 28rpx;
- padding-left: 20rpx;
- width: 530rpx;
- }
-
- .sendmessage .expression-msg-img,
- .sendmessage .img-msg-img{
- width: 71rpx;
- height: 71rpx;
- margin-left: 18rpx;
- }
-
-
- .historycon {
- height: 90%;
- /* background-color: pink; */
- width: 100%;
- flex-direction: column;
- display: flex;
- /* margin-top: 100rpx; */
- border-top: 0px;
- }
- .hei {
- margin-top: 50px;
- height: 20rpx;
- }
- .history {
- /* height: 300px; */
- margin-top: 30rpx;
- margin: 20rpx;
- font-size: 28rpx;
- line-height: 80rpx;
- word-break: break-all;
- }
- .chat-input {
- width: 60%;
- height: 40px;
- border: 0;
- border-radius: 8px;
- margin-left: 5rpx;
- }
-
- .back-icon {
- margin-top: 25rpx;
- margin-left: 25rpx;
- width: 40rpx;
- height: 40rpx;
- }
- .other-record-content {
- background-color: #fff;
- box-shadow: -2px 9px 21px 0px
- rgba(0, 0, 0, 0.05);
- max-width: 450rpx;
- border-radius: 8px;
- padding: 15rpx 20rpx;
- text-align: left;
- margin: 6px 0;
- line-height: 40rpx;
- box-sizing: border-box;
- display: flex;
- align-items:center; /*实现垂直居中*/
- position: relative;
- }
- .other-record {
- display: flex;
- justify-content: flex-start;
- }
- .other-head-img {
- width: 70rpx;
- height: 70rpx;
- border-radius: 50%;
- margin: 10rpx 10rpx 10rpx 10rpx;
- }
- .other-record-content-triangle {
- width: 0;
- height: 0;
- border-top: 10rpx solid transparent;
- border-right: 15rpx solid #fff;
- border-bottom: 10rpx solid transparent;
- margin-top: 36rpx;
- }
- .own-record {
- display: flex;
- justify-content: flex-end;
- padding-right: 30rpx;
- }
- .own-record-content {
- background-color: #5e73e5;
- box-shadow: -2px 9px 21px 0px
- rgba(0, 0, 0, 0.05);
- max-width: 450rpx;
- border-radius: 8px;
- padding: 15rpx 20rpx;
- color: #fff;
- text-align: left;
- margin: 6px 0;
- line-height: 40rpx;
- box-sizing: border-box;
- display: flex;
- align-items:center; /*实现垂直居中*/
- position: relative;
- }
- .own-record-content-triangle {
- width: 0;
- height: 0;
- /* border-top: 20rpx solid transparent;
- border-left: 40rpx solid #F0F0F0;
- border-bottom: 20rpx solid transparent; */
- border-top: 10rpx solid transparent;
- border-left: 15rpx solid #5e73e5;
- border-bottom: 10rpx solid transparent;
- margin-top: 36rpx;
- }
- .own-head-img {
- width: 70rpx;
- height: 70rpx;
- border-radius: 50%;
- margin: 10rpx 10rpx 10rpx 10rpx;
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
-
- .chat-emotion {
- width: 28px;
- height: 28px;
- margin: 0 12px;
- }
-
- .emotions {
- display: flex;
- align-items: flex-start;
- justify-content: flex-start;
- width: 200px;
- height: 36px;
- margin: 6px;
- }
-
-
- .historyText {
- color: #ccc;
- }
-
- .product-item-view {
- width: 100%;
- margin-bottom: 15rpx;
- margin-top: 15rpx;
- box-sizing: border-box;
- padding: 0 20rpx;
- }
- .product-item-view .content-view{
- background: #fff;
- border-radius: 20rpx;
- box-shadow: -1px 3px 12px 4px
- rgba(186, 186, 186, 0.1);
- position: relative;
- left: -20rpx;
- box-sizing: border-box;
- }
- .product-item-view .product-info-item{
- box-sizing: border-box;
- padding: 30rpx;
- border-bottom: 1px solid #eaedf4;
- text-align: left;
- word-break: break-all;
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- font-size: 26rpx;
- color: #666;
- }
- .product-item-view .product-send-time{
- box-sizing: border-box;
- padding: 20rpx 30rpx;
- color: #b3bfcb;
- font-size: 24rpx;
- color: #b3bfcb;
- text-align: left;
- }
-
- .faces-view-dialog {
- width: 100%;
- position: fixed;
- box-sizing: border-box;
- padding: 20rpx;
- bottom: 76px;
- background: #fff;
- }
-
- .emotions-item {
- width: 24px;
- height: 24px;
- width: 6.6%;
- text-align: center;
- }
-
- .msg-isRead {
- position: absolute;
- font-size: 24rpx;
- color: #b3bfcb;
- bottom: -6rpx;
- }
- .msg-isRead.left {
- right: -60rpx;
- }
- .msg-isRead.right {
- left: -60rpx;
- }
|