123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- @charset "UTF-8";
- .text-center.data-v-388eaba3 {
- text-align: center;
- }
- .font-weight.data-v-388eaba3 {
- font-weight: bold;
- }
- .page-width.data-v-388eaba3 {
- width: 100%;
- }
- .goods-hover-class.data-v-388eaba3 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-388eaba3 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-388eaba3 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-388eaba3 {
- width: 100%;
- }
- .u-hover-class.data-v-388eaba3 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-388eaba3 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .app-dialog.data-v-388eaba3 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 100;
- padding: 50rpx;
- visibility: hidden;
- }
- .app-dialog .background.data-v-388eaba3 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- z-index: 1;
- }
- .app-dialog .container.data-v-388eaba3 {
- z-index: 2;
- background: #fff;
- border-radius: 15rpx;
- overflow: hidden;
- width: 100%;
- }
- .app-dialog .container .header.data-v-388eaba3 {
- padding: 40rpx 100rpx;
- position: relative;
- margin-bottom: 2rpx;
- }
- .app-dialog .container .header .title.data-v-388eaba3 {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: center;
- font-size: 32rpx;
- }
- .app-dialog .container .header .close.data-v-388eaba3 {
- position: absolute;
- top: 0;
- right: 0;
- padding: 24rpx;
- }
- .app-dialog .container .body.data-v-388eaba3 {
- padding: 22rpx 32rpx;
- border: 1rpx solid #e2e2e2;
- border-radius: 15rpx;
- margin-bottom: 32rpx;
- height: 517rpx;
- word-break: break-all;
- }
- .app-dialog .container .footer.data-v-388eaba3 {
- border-top: 1rpx solid #e2e2e2;
- }
- .app-dialog .container .footer .confirm.data-v-388eaba3 {
- text-align: center;
- padding: 29rpx;
- font-size: 32rpx;
- color: #666666;
- }
- .app-dialog.show.data-v-388eaba3 {
- visibility: visible;
- }
|