electricity_bill_calc_wx/pages/my/index.wxss
2024-12-02 16:02:39 +08:00

43 lines
642 B
Plaintext

/* pages/my/index.wxss */
.cellWrapper {
display: flex;
justify-content: space-between;
}
.pageWrapper {
padding: 24rpx;
min-height: 80vh;
background: linear-gradient(to bottom, var(--middle-green), #fff );
}
.userInfo {
display: flex;
align-items: center;
padding: 24rpx;
background-color: #fff;
margin-bottom: 24rpx;
overflow: hidden;
border-radius: 16rpx;
}
.userInfo .info {
margin-left: 30rpx;
flex: 1;
}
.userInfo .info .nickName {
font-size: 34rpx;
font-weight: 700;
}
.userInfo .info .tenement {
font-size: 28rpx;
margin-top: 6rpx;
}
.integration {
font-size: 28rpx;
margin-top: 6rpx;
}