12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- @charset "UTF-8";
- /* 这里是你自己写的全局css样式 */
- .page.data-v-421c1693 {
- background-color: #f3f4f6;
- padding: 20rpx;
- }
- .empty-wrap.data-v-421c1693 {
- margin-top: 200rpx;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content-page.data-v-421c1693 {
- min-height: 100vh;
- background-color: #fff;
- }
- .footer.data-v-421c1693 {
- display: flex;
- align-items: center;
- color: #909399;
- width: 100%;
- padding: 20rpx 0;
- justify-content: center;
- }
- .box-shadow.data-v-421c1693 {
- box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
- }
- .flex-empty.data-v-421c1693 {
- visibility: hidden;
- width: 120rpx;
- height: 0rpx;
- }
- .bwin-btn-100.data-v-421c1693 {
- width: 100%;
- }
- .bwin-popup.data-v-421c1693 {
- display: flex;
- flex-direction: column;
- width: 100%;
- position: relative;
- min-height: 100%;
- overflow: hidden;
- }
- .bwin-popup .popup-header.data-v-421c1693 {
- z-index: 2;
- width: 80%;
- position: fixed;
- padding: 20rpx 0;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- background-color: #2080f0;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .bwin-popup .popup-body.data-v-421c1693 {
- z-index: 1;
- position: relative;
- top: 90rpx;
- margin-bottom: 90rpx;
- padding: 20rpx;
- font-size: 32rpx;
- overflow-y: scroll;
- }
- .bwin-popup .popup-footer.data-v-421c1693 {
- position: relative;
- left: 0;
- bottom: 20rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- }
- .u-image.data-v-421c1693 {
- position: relative;
- transition: opacity 0.5s ease-in-out;
- }
- .u-image__image.data-v-421c1693 {
- width: 100%;
- height: 100%;
- }
- .u-image__loading.data-v-421c1693, .u-image__error.data-v-421c1693 {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- background-color: #f3f4f6;
- color: #909399;
- font-size: 46rpx;
- }
|