index.wxss 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. /* 首页 */
  39. .index {
  40. position: absolute;
  41. min-height: 100%;
  42. width: 100%;
  43. background-color: #f7f7f7;
  44. }
  45. /* 挑选礼物 */
  46. /* 送礼方式 */
  47. .gift-method {
  48. position: relative;
  49. top: -20rpx;
  50. }
  51. /* 祝福留言 */
  52. .blessing-message {
  53. position: relative;
  54. top: -20rpx;
  55. }
  56. /* 生成礼包 */
  57. .generate-package {
  58. position: relative;
  59. top: -20rpx;
  60. }
  61. /* 导航 */