123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- @charset "UTF-8";
- .text-center.data-v-4ff77ee9 {
- text-align: center;
- }
- .font-weight.data-v-4ff77ee9 {
- font-weight: bold;
- }
- .page-width.data-v-4ff77ee9 {
- width: 100%;
- }
- .goods-hover-class.data-v-4ff77ee9 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-4ff77ee9 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-4ff77ee9 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-4ff77ee9 {
- width: 100%;
- }
- .u-hover-class.data-v-4ff77ee9 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-4ff77ee9 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .arrow-right.data-v-4ff77ee9 {
- height: 20rpx;
- width: 12rpx;
- }
- .arrow-right.show.data-v-4ff77ee9 {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .header.data-v-4ff77ee9 {
- height: 300rpx;
- width: 100%;
- background-size: 100% 100%;
- color: #fff;
- font-size: 28rpx;
- padding: 50rpx 0;
- }
- .header .detail-price.data-v-4ff77ee9 {
- font-size: 80rpx;
- font-family: DIN;
- margin: 10rpx 0 24rpx;
- }
- .header .to-cash.data-v-4ff77ee9 {
- font-size: 26rpx;
- }
- .header .to-cash .arrow-right.data-v-4ff77ee9 {
- margin-left: 16rpx;
- }
- .cell.data-v-4ff77ee9 {
- font-size: 28rpx;
- color: #666666;
- margin: 20rpx 24rpx 0;
- width: 702rpx;
- background-color: #fff;
- padding: 0 32rpx;
- border-radius: 8rpx;
- }
- .cell .cell-item.data-v-4ff77ee9 {
- border-top: 2rpx solid #e2e2e2;
- height: 96rpx;
- line-height: 96rpx;
- }
- .cell .cell-item .label.data-v-4ff77ee9 {
- color: #353535;
- }
- .cell .cell-item.data-v-4ff77ee9:first-of-type {
- border-top: 0;
- }
- .cell .content.data-v-4ff77ee9 {
- font-size: #353535;
- padding-bottom: 24rpx;
- }
- .cash.data-v-4ff77ee9 {
- width: 702rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- margin: 40rpx auto 0;
- border-radius: 40rpx;
- background-color: #ff4544;
- color: #fff;
- font-size: 32rpx;
- }
|