2025-01-15 18:49:37 +08:00

61 lines
1.3 KiB
Plaintext

.main.data-v-2a154eee {
width: 100vw;
height: 100vh;
box-sizing: border-box;
padding: 24rpx 32rpx 48rpx;
background-color: #fff;
overflow-y: auto;
}
.main .topText.data-v-2a154eee {
width: 100%;
display: flex;
justify-content: flex-end;
font-size: 30rpx;
margin-bottom: 24rpx;
}
.main .funList.data-v-2a154eee {
width: 100%;
height: calc(100% - 74rpx);
overflow-y: auto;
}
.main .funList .funItem.data-v-2a154eee {
width: 100%;
height: 110rpx;
box-sizing: border-box;
padding: 12rpx 24rpx;
background: #f6f6f6;
border-radius: 12rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16rpx;
position: relative;
}
.main .funList .funItem .funLeft.data-v-2a154eee {
display: flex;
align-items: center;
}
.main .funList .funItem .funLeft .funIcon.data-v-2a154eee {
width: 72rpx;
height: 72rpx;
margin-right: 16rpx;
}
.main .funList .funItem .funLeft .funText.data-v-2a154eee {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #130f05;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.main .funList .funItem .funRight.data-v-2a154eee {
width: 32rpx;
height: 32rpx;
}
.main .funList .funItem .funRight .editIcon.data-v-2a154eee {
width: 32rpx;
height: 32rpx;
}