17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
.view_bg {
|
|
margin-top: 50rpx;
|
|
}
|
|
.bottom_button {
|
|
position: absolute;
|
|
width: 96%;
|
|
bottom:66rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
t-button {
|
|
width: 50%;
|
|
}
|
|
.t-color-input {
|
|
color: orange;
|
|
}
|