deguodaigou/pages/yue/yue.scss
2019-12-28 16:31:20 +08:00

36 lines
587 B
SCSS

.yue {
.title {
margin-top: 40rpx;
}
.detail {
margin-top: 41rpx;
}
.recharge {
width: 617rpx;
height: 115rpx;
display: flex;
align-items: center;
justify-content: center;
>text{
margin-right: 20rpx;
}
>view{
padding-left: 25rpx;
height: 52rpx;
border-left: #eaeaea solid 1rpx;
font-size: 26rpx;
color: #09bb07;
line-height: 52rpx;
}
>input{
width: 398rpx;
height: 50rpx;
font-size: 26rpx;
}
}
}