app-dialog.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. @charset "UTF-8";
  2. .text-center.data-v-388eaba3 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-388eaba3 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-388eaba3 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-388eaba3 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-388eaba3 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-388eaba3 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-388eaba3 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-388eaba3 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-388eaba3 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-dialog.data-v-388eaba3 {
  39. position: fixed;
  40. top: 0;
  41. left: 0;
  42. width: 100%;
  43. height: 100%;
  44. z-index: 100;
  45. padding: 50rpx;
  46. visibility: hidden;
  47. }
  48. .app-dialog .background.data-v-388eaba3 {
  49. position: fixed;
  50. top: 0;
  51. left: 0;
  52. width: 100%;
  53. height: 100%;
  54. background: rgba(0, 0, 0, 0.5);
  55. z-index: 1;
  56. }
  57. .app-dialog .container.data-v-388eaba3 {
  58. z-index: 2;
  59. background: #fff;
  60. border-radius: 15rpx;
  61. overflow: hidden;
  62. width: 100%;
  63. }
  64. .app-dialog .container .header.data-v-388eaba3 {
  65. padding: 40rpx 100rpx;
  66. position: relative;
  67. margin-bottom: 2rpx;
  68. }
  69. .app-dialog .container .header .title.data-v-388eaba3 {
  70. white-space: nowrap;
  71. overflow: hidden;
  72. text-overflow: ellipsis;
  73. text-align: center;
  74. font-size: 32rpx;
  75. }
  76. .app-dialog .container .header .close.data-v-388eaba3 {
  77. position: absolute;
  78. top: 0;
  79. right: 0;
  80. padding: 24rpx;
  81. }
  82. .app-dialog .container .body.data-v-388eaba3 {
  83. padding: 22rpx 32rpx;
  84. border: 1rpx solid #e2e2e2;
  85. border-radius: 15rpx;
  86. margin-bottom: 32rpx;
  87. height: 517rpx;
  88. word-break: break-all;
  89. }
  90. .app-dialog .container .footer.data-v-388eaba3 {
  91. border-top: 1rpx solid #e2e2e2;
  92. }
  93. .app-dialog .container .footer .confirm.data-v-388eaba3 {
  94. text-align: center;
  95. padding: 29rpx;
  96. font-size: 32rpx;
  97. color: #666666;
  98. }
  99. .app-dialog.show.data-v-388eaba3 {
  100. visibility: visible;
  101. }