消息
This commit is contained in:
68
TUIKit/components/common/Transfer/style/color.scss
Normal file
68
TUIKit/components/common/Transfer/style/color.scss
Normal file
@@ -0,0 +1,68 @@
|
||||
.main {
|
||||
background: #FFF;
|
||||
border: 1px solid #E0E0E0;
|
||||
box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.06);
|
||||
|
||||
.left {
|
||||
border-right: 1px solid #E8E8E9;
|
||||
}
|
||||
|
||||
.transfer-header {
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
letter-spacing: 0;
|
||||
|
||||
input {
|
||||
background: #FFF;
|
||||
border: 1px solid #DEE0E3;
|
||||
font-weight: 500;
|
||||
color: #8F959E;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.transfer-list {
|
||||
.transfer-text {
|
||||
font-weight: 500;
|
||||
color: #8F959E;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
&-item {
|
||||
.disabled {
|
||||
background: #eee;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: #3370FF;
|
||||
border: 0 solid #2F80ED;
|
||||
font-weight: 400;
|
||||
color: #FFF;
|
||||
|
||||
&-cancel {
|
||||
background: #FFF;
|
||||
border: 1px solid #DDD;
|
||||
color: #828282;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-no {
|
||||
background: #e8e8e9;
|
||||
border: 1px solid #DDD;
|
||||
font-weight: 400;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.transfer-h5-header {
|
||||
background: #FFF;
|
||||
|
||||
.title {
|
||||
font-family: PingFangSC-Medium;
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
}
|
||||
93
TUIKit/components/common/Transfer/style/h5.scss
Normal file
93
TUIKit/components/common/Transfer/style/h5.scss
Normal file
@@ -0,0 +1,93 @@
|
||||
.transfer-h5 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&-wechat {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
&-header {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 18px;
|
||||
padding: 16px 18px;
|
||||
|
||||
.space, .icon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
width: auto;
|
||||
height: auto;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
max-height: calc(100% - 50px);
|
||||
padding: 0;
|
||||
|
||||
.avatar {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.left {
|
||||
padding: 0;
|
||||
flex: 1;
|
||||
border: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.transfer-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
padding: 0 18px;
|
||||
|
||||
input {
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
&-uniapp-input {
|
||||
height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
flex: 0;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
box-shadow: inset 0 1px 0 0 #EEE;
|
||||
padding: 8px 18px ;
|
||||
|
||||
.transfer-list {
|
||||
flex-direction: row;
|
||||
width: 0;
|
||||
|
||||
&-item {
|
||||
&-content {
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.transfer-right-footer {
|
||||
padding: 6px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.btn {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
13
TUIKit/components/common/Transfer/style/transfer.scss
Normal file
13
TUIKit/components/common/Transfer/style/transfer.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@import '../../../../assets/styles/common';
|
||||
@import "./color";
|
||||
@import "./web";
|
||||
@import "./h5";
|
||||
|
||||
.icon-unselected {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: #FFF;
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 11px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
141
TUIKit/components/common/Transfer/style/web.scss
Normal file
141
TUIKit/components/common/Transfer/style/web.scss
Normal file
@@ -0,0 +1,141 @@
|
||||
.avatar {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.main {
|
||||
box-sizing: border-box;
|
||||
width: 620px;
|
||||
height: 394px;
|
||||
display: flex;
|
||||
border-radius: 8px;
|
||||
padding: 20px 0;
|
||||
|
||||
.transfer-header {
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
input {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border-radius: 30px;
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
padding: 9px 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.transfer-list {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.transfer-text {
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
&-item {
|
||||
padding: 6px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
|
||||
&-content {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
margin: 0 5px 0 8px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
padding: 0 20px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.transfer-right-footer {
|
||||
align-self: flex-end;
|
||||
|
||||
.btn-cancel {
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.transfer-list {
|
||||
padding-right: 20px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.left {
|
||||
flex: 1;
|
||||
overflow-y: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.transfer-header {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.transfer-left-main {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
padding: 0 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.btn {
|
||||
padding: 4px 28px;
|
||||
font-size: 12px;
|
||||
line-height: 24px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.btn-no {
|
||||
padding: 4px 28px;
|
||||
font-size: 12px;
|
||||
line-height: 24px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.space-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.select-all {
|
||||
padding-left: 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.more {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user