37 lines
846 B
Plaintext
37 lines
846 B
Plaintext
.button-group.data-v-433aa382 {
|
|
padding: 30rpx 0;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
.button-group .btn.data-v-433aa382 {
|
|
width: 610rpx;
|
|
height: 80rpx;
|
|
border-radius: 49rpx;
|
|
border: 2rpx solid #ff920a;
|
|
}
|
|
.button-group .btn .text.data-v-433aa382 {
|
|
font-size: 30rpx;
|
|
color: #ff920a;
|
|
}
|
|
.button-group .btn.download-btn.data-v-433aa382 {
|
|
width: 610rpx;
|
|
}
|
|
.button-group .btn.confirm-btn.data-v-433aa382 {
|
|
width: 290rpx;
|
|
}
|
|
.button-group .btn.cancel-btn.data-v-433aa382 {
|
|
margin-left: 30rpx;
|
|
width: 290rpx;
|
|
background: #f3f4f5;
|
|
border: 2rpx solid transparent;
|
|
}
|
|
.button-group .btn.cancel-btn .text.data-v-433aa382 {
|
|
color: #333;
|
|
}
|
|
|