You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
759 B
36 lines
759 B
.accountItem_body { |
|
background-color: #ffffff; |
|
border-radius: 20rpx 20rpx 0 0; |
|
padding: 36rpx; |
|
padding-bottom: 50rpx; |
|
min-height: 618rpx; |
|
.accountItem_title { |
|
border-bottom: rgba(221, 221, 221, 1) solid 1rpx; |
|
padding-bottom: 38rpx; |
|
} |
|
.accountItem_content { |
|
.accountItem_content_item { |
|
.accountItem_content_item_tip { |
|
margin-top: 15rpx; |
|
font-size: 22rpx; |
|
color: rgba(0, 0, 0, 0.45); |
|
text { |
|
color: rgba(71, 111, 250, 1); |
|
} |
|
} |
|
.accountItem_content_item_name { |
|
color: #333333; |
|
font-size: 28rpx; |
|
} |
|
box-sizing: border-box; |
|
width: 100%; |
|
border-bottom: rgba(221, 221, 221, 1) solid 1rpx; |
|
padding: 20rpx 50rpx; |
|
image { |
|
width: 38rpx; |
|
height: 38rpx; |
|
margin-right: 25rpx; |
|
} |
|
} |
|
} |
|
}
|
|
|