46 lines
908 B
Plaintext
46 lines
908 B
Plaintext
|
|
.no-more.data-v-48338cf4{
|
|
text-align: center;
|
|
line-height: 2;
|
|
}
|
|
/* 发布按钮 */
|
|
.release-btn.data-v-48338cf4{
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
font-size: 50rpx;
|
|
line-height: 80rpx;
|
|
-webkit-animation: scale_name-data-v-48338cf4 1s linear alternate infinite;
|
|
animation: scale_name-data-v-48338cf4 1s linear alternate infinite;
|
|
position: fixed;
|
|
right: 20rpx;
|
|
bottom: 120rpx;
|
|
z-index: 99;
|
|
}
|
|
.release-btn .img.data-v-48338cf4{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
@-webkit-keyframes scale_name-data-v-48338cf4 {
|
|
from {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9);
|
|
}
|
|
to {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1);
|
|
}
|
|
}
|
|
@keyframes scale_name-data-v-48338cf4 {
|
|
from {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9);
|
|
}
|
|
to {
|
|
-webkit-transform: scale(1.1);
|
|
transform: scale(1.1);
|
|
}
|
|
}
|
|
|