deguodaigou/pages/yue/yue.scss

36 lines
587 B
SCSS
Raw Permalink Normal View History

2019-12-23 10:04:09 +08:00
.yue {
2019-12-28 16:31:20 +08:00
.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;
2019-12-23 10:04:09 +08:00
}
2019-12-28 16:31:20 +08:00
>view{
padding-left: 25rpx;
height: 52rpx;
border-left: #eaeaea solid 1rpx;
font-size: 26rpx;
color: #09bb07;
line-height: 52rpx;
2019-12-23 10:04:09 +08:00
}
2019-12-28 16:31:20 +08:00
>input{
width: 398rpx;
height: 50rpx;
font-size: 26rpx;
}
}
}