app-bottom-modal.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @charset "UTF-8";
  2. .text-center.data-v-77d55326 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-77d55326 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-77d55326 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-77d55326 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-77d55326 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-77d55326 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-77d55326 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-77d55326 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-77d55326 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .order-submit-picker.data-v-77d55326 {
  39. background: rgba(0, 0, 0, 0.25);
  40. position: fixed;
  41. z-index: 1501;
  42. top: 0;
  43. left: 0;
  44. width: 100%;
  45. height: 100%;
  46. opacity: 0;
  47. visibility: hidden;
  48. -webkit-transition: 300ms;
  49. transition: 300ms;
  50. }
  51. .order-submit-picker .container.data-v-77d55326 {
  52. background: #fff;
  53. position: relative;
  54. top: 100%;
  55. -webkit-transition: 300ms;
  56. transition: 300ms;
  57. -webkit-transition-timing-function: ease;
  58. transition-timing-function: ease;
  59. border-radius: 16rpx 16rpx 0 0;
  60. box-shadow: 0 0 24rpx rgba(0, 0, 0, 0.1);
  61. }
  62. .order-submit-picker .container .title.data-v-77d55326 {
  63. padding: 28rpx 32rpx;
  64. font-weight: bold;
  65. font-size: 36rpx;
  66. }
  67. .order-submit-picker.show.data-v-77d55326 {
  68. opacity: 1;
  69. visibility: visible;
  70. }
  71. .order-submit-picker.show .container.data-v-77d55326 {
  72. top: 0;
  73. }