.mk-mob-view {
|
min-height: 100vh;
|
|
.change-view {
|
display: none;
|
}
|
>.view-spin {
|
position: absolute;
|
z-index: 3;
|
left: calc(50% - 16px);
|
top: calc(50vh - 70px);
|
}
|
.modal-form-board {
|
padding-top: 0;
|
}
|
.menu-setting {
|
position: fixed;
|
left: 0;
|
top: 48px;
|
z-index: 10;
|
transition: left 0.3s;
|
|
.draw {
|
position: absolute;
|
z-index: 1;
|
background: #ffffff;
|
right: -20px;
|
top: 0px;
|
box-shadow: 0 0 1px #959595;
|
border-radius: 0 2px 2px 0px;
|
|
.anticon {
|
padding: 12px 3px;
|
}
|
}
|
|
.pc-setting-tools {
|
height: calc(100vh - 48px);
|
width: 300px;
|
background: #ffffff;
|
overflow-y: auto;
|
overflow-x: hidden;
|
padding-bottom: 50px;
|
|
.normal-view {
|
display: none;
|
}
|
|
> .ant-collapse {
|
background-color: #ffffff;
|
.ant-collapse-item.ant-collapse-item-active {
|
border-bottom: 1px solid #d9d9d9;
|
}
|
.ant-collapse-header {
|
padding: 11px 16px 10px 40px;
|
border-bottom: 1px solid #d9d9d9;
|
background: #1890ff;
|
color: #ffffff;
|
}
|
.ant-collapse-content-box {
|
.ant-form-item {
|
margin-bottom: 10px;
|
}
|
}
|
}
|
|
>.ant-tabs {
|
>.ant-tabs-bar {
|
border-bottom: 1px solid #181F29;
|
margin-bottom: 0px;
|
min-height: 48px;
|
.ant-tabs-tab {
|
padding: 14px 16px;
|
color: rgba(255, 255, 255, 0.85);
|
}
|
.ant-tabs-tab-active.ant-tabs-tab {
|
color: #1890ff;
|
}
|
}
|
}
|
}
|
}
|
.menu-setting.hidden {
|
left: -300px;
|
}
|
.mob-shell {
|
margin: 0 auto;
|
background: #000000;
|
background-size: 100% 100%;
|
padding: 25px 13px 40px;
|
border-radius: 30px;
|
width: 375px;
|
height: 680px;
|
}
|
.menu-control {
|
position: fixed;
|
right: 0;
|
top: 48px;
|
height: calc(100vh - 48px);
|
background: #ffffff;
|
z-index: 10;
|
transition: right 0.3s;
|
width: 145px;
|
|
.draw {
|
position: absolute;
|
z-index: 1;
|
background: #ffffff;
|
left: -21px;
|
top: 0px;
|
box-shadow: 0 0 1px #959595;
|
border-radius: 0 2px 2px 0px;
|
|
.anticon {
|
padding: 12px 3px;
|
}
|
}
|
|
div:not(.draw), button:not(.ant-switch) {
|
display: block!important;
|
margin-bottom: 15px;
|
width: 100%;
|
}
|
.wrap {
|
height: 100%;
|
padding: 20px 10px;
|
}
|
}
|
|
.menu-control.hidden {
|
right: -145px;
|
}
|
|
.menu-body {
|
width: 100vw;
|
height: 100vh;
|
overflow-x: hidden;
|
position: relative;
|
background: #959595;
|
padding: 50px 0px 0px;
|
overflow-y: auto;
|
|
}
|
.menu-body::-webkit-scrollbar {
|
width: 7px;
|
}
|
.menu-body::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
}
|
.menu-body::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
|
.instant-message {
|
width: 100%;
|
height: 100%;
|
background-color: #ededed;
|
padding-top: 40px;
|
padding-bottom: 50px;
|
background-position: center;
|
position: relative;
|
|
.header {
|
position: absolute;
|
top: 0px;
|
width: 100%;
|
height: 40px;
|
line-height: 40px;
|
background: #ffffff;
|
box-shadow: 0 0 3px #d9d9d9;
|
text-align: center;
|
font-size: 16px;
|
z-index: 1;
|
|
.anticon-left {
|
position: absolute;
|
left: 0px;
|
padding: 10px 13px;
|
font-size: 18px;
|
}
|
|
.anticon-ellipsis {
|
position: absolute;
|
right: 0px;
|
padding: 10px 13px;
|
font-size: 18px;
|
cursor: pointer;
|
}
|
}
|
|
.mk-content-wrap {
|
height: calc(100% - 90px);
|
overflow-y: auto;
|
padding-bottom: 10px;
|
padding-top: 5px;
|
}
|
.mk-content-wrap.friend {
|
.line-wrap:not(.right) {
|
.title {
|
display: none;
|
}
|
.words::after {
|
top: 10px;
|
}
|
}
|
}
|
.line-wrap {
|
margin-bottom: 10px;
|
.time-line {
|
text-align: center;
|
margin-bottom: 10px;
|
color: #757575;
|
font-size: 12px;
|
}
|
.line-msg {
|
display: flex;
|
width: calc(100% - 50px);
|
.portrait {
|
width: 50px;
|
text-align: center;
|
.img {
|
width: 32px;
|
height: 32px;
|
background-color: #bcbcbc;
|
display: inline-block;
|
background-repeat: no-repeat;
|
background-size: cover;
|
background-position: center;
|
line-height: 32px;
|
font-size: 16px;
|
}
|
}
|
.msg {
|
flex: 1;
|
.title {
|
font-size: 12px;
|
color: rgba(0,0,0,0.35);
|
margin-bottom: 3px;
|
margin-top: -5px;
|
}
|
.words {
|
position: relative;
|
display: inline-block;
|
padding: 5px 10px;
|
background: #ffffff;
|
border-radius: 3px;
|
min-height: 32px;
|
font-size: 14px;
|
text-align: left;
|
}
|
.words::after {
|
position: absolute;
|
content: ' ';
|
display: block;
|
width: 10px;
|
height: 10px;
|
transform: rotate(45deg);
|
background: #ffffff;
|
top: 4px;
|
left: -2px;
|
}
|
}
|
}
|
}
|
.line-msg.right {
|
margin-left: 50px;
|
.msg {
|
text-align: right;
|
.words {
|
background: #93ED6C;
|
color: #000000;
|
}
|
.words::after {
|
background: #93ED6C;
|
top: 10px;
|
left: auto;
|
right: -2px;
|
}
|
}
|
}
|
|
.send-wrap {
|
position: absolute;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
background-color: #f7f7f7;
|
border-top: 1px solid #e9e9e9;
|
height: 50px;
|
line-height: 50px;
|
display: flex;
|
|
.adm-input {
|
padding: 4px 10px;
|
background: #ffffff;
|
margin: 7px 10px;
|
flex: 1;
|
}
|
.send {
|
width: 75px;
|
}
|
.ant-btn {
|
padding: 2px 15px;
|
height: 32px;
|
margin: 9px 5px 0px 0px;
|
border-color: #26C281;
|
background-color: #26C281;
|
color: #ffffff;
|
}
|
}
|
}
|
}
|
|
body {
|
overflow-y: hidden;
|
}
|