disabled.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @charset "UTF-8";
  2. .text-center.data-v-db5fbbf4 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-db5fbbf4 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-db5fbbf4 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-db5fbbf4 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-db5fbbf4 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-db5fbbf4 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-db5fbbf4 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-db5fbbf4 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-db5fbbf4 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .box.data-v-db5fbbf4 {
  39. position: absolute;
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .disabled_img.data-v-db5fbbf4 {
  44. width: 380rpx;
  45. height: 380rpx;
  46. margin-top: 200rpx;
  47. }
  48. .title.data-v-db5fbbf4 {
  49. margin-top: 56rpx;
  50. font-size: 13pt;
  51. color: #5292ed;
  52. }
  53. .content.data-v-db5fbbf4 {
  54. margin-top: 24rpx;
  55. font-size: 9pt;
  56. color: #999999;
  57. }