This commit is contained in:
cansnow
2026-02-13 08:12:56 +08:00
parent 6720c15e30
commit 7c6656d1fc
8 changed files with 135 additions and 33 deletions
+7 -2
View File
@@ -42,18 +42,23 @@
<style lang="scss" scoped>
.info_item {
@include btwBox();
height: 82rpx;
min-height: 82rpx;
padding: 0 44rpx;
color: $uni-text-color;
// border-bottom: 1px solid rgba(153,153,153,0.3);
position: relative;
.left_label{
width: 6em;
}
.right_value {
flex: 1;
@include vCenterBox();
justify-content: flex-end;
.content {
font-size: 28rpx;
color: #999;
}
.u-icon {