24 lines
345 B
Plaintext
24 lines
345 B
Plaintext
|
|
.rmbLogo {
|
|
font-size: 40rpx;
|
|
}
|
|
button {
|
|
background-color: #007aff;
|
|
color: #ffffff;
|
|
}
|
|
.uni-h1.uni-center {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: flex-end;
|
|
}
|
|
.price {
|
|
border-bottom: 1px solid #eee;
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
padding-bottom: 4rpx;
|
|
}
|
|
.ipaPayBtn {
|
|
margin-top: 30rpx;
|
|
}
|