1234567891011121314151617181920212223242526272829303132 |
- /* parents/pages/borrow/borrow.wxss */
- @import '../../../templates/nodata/nodata.wxss';
- @import '../../../templates/loading/loading.wxss';
- .wrapper-padding-bottom {
- padding-bottom: 98rpx;
- }
- .list {
- padding: 10rpx 20rpx;
- }
- .li {
- margin: 20rpx auto;
- background: #fff;
- border-radius: 18rpx;
- padding: 30rpx;
- }
- .success{
- text-align: center;
- color: #999999;
- font-size: 32rpx;
- margin: 40rpx 0;
- }
- .success-logo{
-
- color: #000000;
- font-size: 36rpx;
- margin-bottom: 10rpx;
- }
- .success-logo-img{
- width: 160rpx;
- height: 160rpx;
- border-radius: 50%;
- }
|