108 lines
2.0 KiB
Plaintext
108 lines
2.0 KiB
Plaintext
.container.data-v-c0367658{
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
background-color: white;
|
|
}
|
|
.emojiList.data-v-c0367658{
|
|
height: 240px;
|
|
padding: 5px;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
}
|
|
.emojiList.data-v-c0367658::after{
|
|
/* content: ""; */
|
|
/* display: block; */
|
|
/* clear: both; */
|
|
}
|
|
.item.data-v-c0367658{
|
|
width: 750rpx;
|
|
height: 184px;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
.item ._img.data-v-c0367658{
|
|
width: 48px;
|
|
height: 48px;
|
|
left: 20px;
|
|
/* display: block; */
|
|
}
|
|
.point.data-v-c0367658{
|
|
position: absolute;
|
|
list-style: none;
|
|
left: 50%;
|
|
/* 在x负轴上移动 50% */
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
bottom: 60px;
|
|
}
|
|
.point-item.data-v-c0367658{
|
|
float: left;
|
|
width: 8px;
|
|
height: 8px;
|
|
margin: 0px 5px;
|
|
background-color: black; /* white */
|
|
opacity: .2;
|
|
border-radius: 100px;
|
|
}
|
|
|
|
/* 激活指示器 */
|
|
.point-item.active.data-v-c0367658 {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* 小表情样式 */
|
|
.emojiImg.minImg.data-v-c0367658 {
|
|
width: 32px;
|
|
height:32px;
|
|
float: left;
|
|
margin-left: 16px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
/* 大表情样式 */
|
|
.emojiImg.bigImg.data-v-c0367658 {
|
|
width: 64px;
|
|
height:64px;
|
|
float: left;
|
|
margin-left: 20px;
|
|
margin-top: 14px;
|
|
}
|
|
.toast.data-v-c0367658 {
|
|
position: fixed;
|
|
z-index: 2000;
|
|
left: 50%;
|
|
top:50%;
|
|
transition:all .5s;
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
|
transform: translateX(-50%) translateY(-50%);
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
color:#FFF;
|
|
background: rgba(17, 17, 17, 0.7);
|
|
height: 120px;
|
|
line-height: 45px;
|
|
padding: 0 15px;
|
|
}
|
|
.scroll-view_H.data-v-c0367658 {
|
|
/* border:2px solid red; */
|
|
white-space: nowrap;
|
|
width: 76%;
|
|
margin-top: -128rpx;
|
|
margin-left: 96rpx;
|
|
}
|
|
.scroll-view-item_H.data-v-c0367658 {
|
|
display: inline-block;
|
|
width: 20%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
font-size: 16rpx;
|
|
}
|
|
.activeEmojiTab.data-v-c0367658 {
|
|
background-color: gray;
|
|
opacity: 0.8;
|
|
border-radius: 20rpx;
|
|
}
|
|
|