elementui+vue实现一个pc端聊天窗口及时通讯页面代码
代码语言:html
所属分类:布局界面
代码描述:elementui+vue实现一个pc端聊天窗口及时通讯页面代码
代码标签: elementui vue pc端 聊天窗口 及时 通讯
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>element-ui常用单选按钮元素</title> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/element-ui.2.15.1.css"> <style> .chatPop1 :hover { background-color: #FAFAFA; } .chatPop1 span { background-color: #fff; padding: 5px 8px; display: inline-block; border-radius: 10px; margin: 0px 0 10px 10px; position: relative; border: 1px solid #E3E3E3; max-width: 290px; } .chatPop1 span::after { content: ''; border: 8px solid #ffffff00; border-right: 8px solid #fff; position: absolute; top: 8px; left: -16px; } .chatPop2 :hover { background-color: #2683f5; } .chatPop2 span { background-color: #2683f5; padding: 5px 8px; display: inline-block; border-radius: 10px; margin: 0px 15px 10px 10px; position: relative; border: 1px solid #E3E3E3; max-width: 290px; float: right; color: #fff; } .chatPop2 span::after { content: ''; border: 8px solid #ffffff00; border-right: 8px solid #2683f5; position: absolute; top: 8px; right: -16px; transform: rotateY(180deg) } .custom { border: 0px solid blue; height: 670px; width: 795px; } .wxchatBorder { width: 795px; height: 670px; border: 1px solid red; margin-left: -20px; margin-top: -59.5px; } .wxchatBorderLeft { width: 250px; height: 670px; background-color: #eeebe9; display: inline-block; float: left; margin-left: -20px; margin-top: -60px; } .wxchatPeople { color: #000000; font-size: 14px; } .wxchatNews { color: #999; .........完整代码请登录后点击上方下载按钮下载查看
网友评论0