123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- @charset "UTF-8";
- .text-center.data-v-05a09f05 {
- text-align: center;
- }
- .font-weight.data-v-05a09f05 {
- font-weight: bold;
- }
- .page-width.data-v-05a09f05 {
- width: 100%;
- }
- .goods-hover-class.data-v-05a09f05 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-05a09f05 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-05a09f05 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-05a09f05 {
- width: 100%;
- }
- .u-hover-class.data-v-05a09f05 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-05a09f05 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .refund-box.data-v-05a09f05 {
- position: absolute;
- width: 100%;
- height: 100%;
- padding: 24rpx;
- }
- .refund-box .goods-info.data-v-05a09f05 {
- background: #ffffff;
- border-radius: 16rpx;
- padding: 28rpx;
- margin-bottom: 24rpx;
- }
- .refund-box .upload-box.data-v-05a09f05 {
- background: #ffffff;
- border-radius: 16rpx;
- padding: 28rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- margin-top: 24rpx;
- }
- .refund-box .upload-box .label.data-v-05a09f05 {
- font-size: 28rpx;
- color: #353535;
- margin-bottom: 20rpx;
- }
- .refund-box .content.data-v-05a09f05 {
- margin-top: 24rpx;
- padding: 0 28rpx;
- background: #ffffff;
- border-radius: 16rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .refund-box .content .content-item.data-v-05a09f05 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- height: 88rpx;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- border-bottom: 1rpx solid #e2e2e2;
- }
- .refund-box .content .content-item .label.data-v-05a09f05 {
- font-size: 28rpx;
- color: #353535;
- width: 152rpx;
- }
- .refund-box .content .content-item .text.data-v-05a09f05 {
- color: #353535;
- font-size: 28rpx;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- flex-grow: 1;
- }
- .refund-box .content .content-item .price-text.data-v-05a09f05 {
- color: #ff4544;
- }
- .refund-box .content .content-item .price-label.data-v-05a09f05 {
- font-size: 28rpx;
- color: #ff4544;
- }
- .refund-box .content .content-item.data-v-05a09f05:last-child {
- border-bottom: 0;
- }
- .refund-box .content .select-box.data-v-05a09f05 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- width: 100%;
- }
- .refund-box .content .select-box .select-label.data-v-05a09f05 {
- font-size: 28rpx;
- width: 100%;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: inline-block;
- text-align: right;
- }
- .refund-box .content .select-box .no-active.data-v-05a09f05 {
- color: #999999;
- }
- .refund-box .content .select-box .active.data-v-05a09f05 {
- color: #353535;
- }
- .refund-box .content .select-box .arrow-right.data-v-05a09f05 {
- width: 12rpx;
- height: 22rpx;
- margin-left: 16rpx;
- }
- .btn-box.data-v-05a09f05 {
- position: fixed;
- bottom: 0;
- width: 100%;
- padding: 24rpx;
- background: #f7f7f7;
- z-index: 999;
- }
- .btn-box .btn.data-v-05a09f05 {
- border-radius: 40rpx;
- height: 80rpx;
- background: #ff4544;
- padding: 24rpx 0;
- color: #ffffff;
- font-size: 32rpx;
- }
|