|
.animation{
|
transform: rotate(360deg) !important;
|
}
|
.animations{
|
transform: rotate(135deg) !important;
|
}
|
|
#ss_menu {
|
position: fixed;
|
z-index: 3;
|
bottom: 22.5px;
|
width: 80rpx;
|
height: 80rpx;
|
color: #fff;
|
right: 20px;
|
transition: all 1s ease;
|
transform: rotate(135deg);
|
}
|
#ss_menu icon{
|
color: #fff;
|
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
#ss_menu > .menu {
|
display: block;
|
position: absolute;
|
border-radius: 50%;
|
width: 80rpx;
|
height: 80rpx;
|
text-align: center;
|
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
|
color: #fff;
|
transition: all 1s ease;
|
z-index: 100;
|
}
|
#ss_menu > .menu .share {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
left: 0px;
|
top: 0px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
transform: rotate(180deg);
|
transition: all 1s ease;
|
}
|
#ss_menu > .menu .share .circle {
|
transition: all 1s ease;
|
position: absolute;
|
width: 12px;
|
height: 12px;
|
border-radius: 50%;
|
background: #fff;
|
top: 50%;
|
margin-top: -6px;
|
left: 12px;
|
opacity: 1;
|
}
|
#ss_menu > .menu .share .circle:after, #ss_menu > .menu .share .circle:before {
|
transition: all 1s ease;
|
content: '';
|
opacity: 1;
|
display: block;
|
position: absolute;
|
width: 12px;
|
height: 12px;
|
border-radius: 50%;
|
background: #fff;
|
}
|
#ss_menu > .menu .share .circle:after {
|
left: 20.78461px;
|
top: 12.0px;
|
}
|
#ss_menu > .menu .share .circle:before {
|
left: 20.78461px;
|
top: -12.0px;
|
}
|
#ss_menu > .menu .share .bar {
|
transition: all 1s ease;
|
width: 24px;
|
height: 3px;
|
background: #fff;
|
position: absolute;
|
top: 50%;
|
margin-top: -1.5px;
|
left: 18px;
|
transform-origin: 0% 50%;
|
transform: rotate(30deg);
|
}
|
#ss_menu > .menu .share .bar:before {
|
transition: all 1s ease;
|
content: '';
|
width: 24px;
|
height: 3px;
|
background: #fff;
|
position: absolute;
|
left: 0px;
|
transform-origin: 0% 50%;
|
transform: rotate(-60deg);
|
}
|
#ss_menu > .menu .share.close .circle {
|
opacity: 0;
|
}
|
#ss_menu > .menu .share.close .bar {
|
top: 50%;
|
margin-top: -1.5px;
|
left: 50%;
|
margin-left: -12px;
|
transform-origin: 50% 50%;
|
transform: rotate(405deg);
|
}
|
#ss_menu > .menu .share.close .bar:before {
|
transform-origin: 50% 50%;
|
transform: rotate(-450deg);
|
}
|
#ss_menu > .menu.ss_active {
|
transform: scale(0.7);
|
}
|
#ss_menu > view {
|
box-sizing: border-box;
|
position: absolute;
|
width: 80rpx;
|
height: 80rpx;
|
font-size: 30px;
|
text-align: center;
|
border-radius: 50%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
background-color: #16b5cb;
|
}
|
#ss_menu > view i {
|
display: table-cell;
|
vertical-align: middle;
|
}
|
#ss_menu > view:hover {
|
cursor: pointer;
|
}
|
#ss_menu view:nth-child(1) {
|
top: 0px;
|
left: -110px;
|
}
|
#ss_menu view:nth-child(2) {
|
top: -65.0px;
|
left: -68px;
|
}
|
.menu_view{
|
display: none;
|
}
|
#ss_menu view:nth-child(3) {
|
top: -100px;
|
left: 0px;
|
}
|
|
|
|
/* 20200225
|
图标 类似于章
|
*/
|
.MR_li_static_icon{
|
display: flex;
|
align-items: center;
|
}
|
.MR_li_static_icon{
|
position: relative;
|
z-index: 1;
|
width: 80rpx;
|
height: 80rpx;
|
justify-content: center;
|
}
|
.MR_li_static{
|
position: relative;
|
z-index: 1;
|
width: 80rpx;
|
height: 80rpx;
|
}
|
.MR_li_static_icon>icon{
|
position: absolute;
|
color: #16b5cb;
|
font-size: 70rpx;
|
justify-content: center;
|
}
|
.MR_li_static_title{
|
color: #16b5cb;
|
font-size: 20rpx;
|
transform: rotate(-16deg);
|
padding-bottom: 1rpx;
|
}
|