1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- @charset "UTF-8";
- .text-center.data-v-05f450d7 {
- text-align: center;
- }
- .font-weight.data-v-05f450d7 {
- font-weight: bold;
- }
- .page-width.data-v-05f450d7 {
- width: 100%;
- }
- .goods-hover-class.data-v-05f450d7 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-05f450d7 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-05f450d7 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-05f450d7 {
- width: 100%;
- }
- .u-hover-class.data-v-05f450d7 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-05f450d7 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .modal-box.data-v-05f450d7 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.4);
- z-index: 9998;
- }
- .modal-box .modal-item.data-v-05f450d7 {
- background: #ffffff;
- border-top-left-radius: 16rpx;
- border-top-right-radius: 16rpx;
- overflow: hidden;
- position: absolute;
- width: 100%;
- bottom: 0;
- z-index: 9999;
- }
- .modal-box .modal-item .title-box.data-v-05f450d7 {
- height: 100rpx;
- width: 100%;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- border-bottom: 1rpx solid #e2e2e2;
- }
- .modal-box .modal-item .title-box .title.data-v-05f450d7 {
- font-size: 32rpx;
- color: #353535;
- }
- .modal-box .modal-item .title-box .confirm.data-v-05f450d7 {
- position: absolute;
- color: #ff4544;
- font-size: 32rpx;
- right: 24rpx;
- }
- .modal-box .picker-box.data-v-05f450d7 {
- padding: 48rpx 0;
- }
- .modal-box .picker-box .picker-item.data-v-05f450d7 {
- border: 1rpx solid red;
- }
- .modal-box .picker-box .line.data-v-05f450d7 {
- line-height: 88rpx;
- font-size: 36rpx;
- color: #353535;
- }
- .modal-box .picker-box .line-2.data-v-05f450d7 {
- line-height: 88rpx;
- font-size: 32rpx;
- color: #353535;
- }
|