123456789101112131415161718192021222324 |
-
- @import "../../signing/signing.scss";
- .unhook{
- &_info{
- &__content{
- padding: 32rpx 30rpx;
- margin-top: 20rpx;
- background-color: #fff;
- .container{
- .value{
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- align-items: center;
- }
- .item{
- &:last-child{
- border-bottom: 1px solid;
- }
- }
- }
- }
- }
- }
|