ylj20011123 ec1487dc85 update
2025-06-25 19:35:46 +08:00

93 lines
2.0 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;
}
.main .ETCPopup.data-v-2a154eee {
width: 80vw;
height: 120px;
background: #fff;
border-radius: 32rpx;
box-sizing: border-box;
padding: 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.main .ETCPopup .ETCItem.data-v-2a154eee {
width: calc(50% - 32rpx);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.main .ETCPopup .ETCItem .itemImg.data-v-2a154eee {
width: 80rpx;
height: 80rpx;
margin-bottom: 24rpx;
}
.main .ETCPopup .ETCItem .itemText.data-v-2a154eee {
font-family: "PingFangSC";
font-weight: 400;
font-size: 24rpx;
line-height: 32rpx;
text-align: justify;
font-style: normal;
white-space: nowrap;
}