1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- @charset "UTF-8";
- .text-center.data-v-77d55326 {
- text-align: center;
- }
- .font-weight.data-v-77d55326 {
- font-weight: bold;
- }
- .page-width.data-v-77d55326 {
- width: 100%;
- }
- .goods-hover-class.data-v-77d55326 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-77d55326 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-77d55326 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-77d55326 {
- width: 100%;
- }
- .u-hover-class.data-v-77d55326 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-77d55326 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .order-submit-picker.data-v-77d55326 {
- background: rgba(0, 0, 0, 0.25);
- position: fixed;
- z-index: 1501;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- visibility: hidden;
- -webkit-transition: 300ms;
- transition: 300ms;
- }
- .order-submit-picker .container.data-v-77d55326 {
- background: #fff;
- position: relative;
- top: 100%;
- -webkit-transition: 300ms;
- transition: 300ms;
- -webkit-transition-timing-function: ease;
- transition-timing-function: ease;
- border-radius: 16rpx 16rpx 0 0;
- box-shadow: 0 0 24rpx rgba(0, 0, 0, 0.1);
- }
- .order-submit-picker .container .title.data-v-77d55326 {
- padding: 28rpx 32rpx;
- font-weight: bold;
- font-size: 36rpx;
- }
- .order-submit-picker.show.data-v-77d55326 {
- opacity: 1;
- visibility: visible;
- }
- .order-submit-picker.show .container.data-v-77d55326 {
- top: 0;
- }
|