gree_leran/unpackage/dist/dev/mp-weixin/components/MenTab/MenTab.wxss

45 lines
872 B
Plaintext

.floating-menu.data-v-a7ad0b4b {
position: fixed;
bottom: 20rpx;
right: 20rpx;
z-index: 1000;
}
.menu-button.data-v-a7ad0b4b {
width: 100rpx;
height: 100rpx;
background-color:#A8E6CF;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, 0.1);
}
.menu-icon.data-v-a7ad0b4b {
width: 50rpx;
height: 50rpx;
}
.menu-items.data-v-a7ad0b4b {
position: absolute;
bottom: 160rpx;
right: 10rpx;
background-color:#A8E6CF;
padding: 10rpx;
border-radius: 10rpx;
box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
gap: 10rpx;
}
.menu-item.data-v-a7ad0b4b {
cursor: pointer;
color:#000;
font-size: 16rpx;
padding: 10rpx;
border-radius: 5rpx;
}
.menu-item.data-v-a7ad0b4b:hover {
background-color: rgba(255, 255, 255, 0.1);
}