tijiao
This commit is contained in:
36
unpackage/dist/dev/mp-weixin/components/download/downloadFooter.wxss
vendored
Normal file
36
unpackage/dist/dev/mp-weixin/components/download/downloadFooter.wxss
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user