goods.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. @charset "UTF-8";
  2. .text-center {
  3. text-align: center;
  4. }
  5. .font-weight {
  6. font-weight: bold;
  7. }
  8. .page-width {
  9. width: 100%;
  10. }
  11. .goods-hover-class {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width {
  27. width: 100%;
  28. }
  29. .u-hover-class {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .buttons {
  39. width: 750rpx;
  40. height: 110rpx;
  41. border-top: 1rpx solid #e2e2e2;
  42. }
  43. .buttons .app-button {
  44. width: 100%;
  45. height: 110rpx;
  46. text-align: center;
  47. line-height: 110rpx;
  48. background-color: #fff;
  49. }
  50. .buttons .app-button .app-exhange {
  51. width: 702rpx;
  52. color: #fff;
  53. border-radius: 41rpx;
  54. height: 82rpx;
  55. line-height: 82rpx;
  56. font-size: 28rpx;
  57. }
  58. .buttons .app-button .app-over {
  59. width: 702rpx;
  60. border-radius: 41rpx;
  61. height: 82rpx;
  62. line-height: 82rpx;
  63. font-size: 28rpx;
  64. }
  65. .buttons .app-button .bd-oversell-btn {
  66. background: #e9e9e9;
  67. color: #999999;
  68. }
  69. .buttons .app-button .btn-finish-sell {
  70. background: -webkit-linear-gradient(left, #999999, rgba(153, 153, 153, 0.7));
  71. background: linear-gradient(to right, #999999, rgba(153, 153, 153, 0.7));
  72. color: #ffffff;
  73. }
  74. .u-bottom-height-0 {
  75. height: 110rpx;
  76. }
  77. .u-bottom-height-1 {
  78. height: 190rpx;
  79. }
  80. .u-bottom-fixed {
  81. position: fixed;
  82. bottom: 0;
  83. left: 0;
  84. width: 100%;
  85. z-index: 1602;
  86. background-color: #ffffff;
  87. }
  88. .u-bottom-height-2 {
  89. height: 270rpx;
  90. }