C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
1.6 KiB

  1. /* pages/mallInfo.wxss */
  2. @import "../../app.wxss";
  3. page {
  4. background: linear-gradient(180deg, #FD832D 0%, #FE4A16 100%);
  5. }
  6. .codeBox {
  7. background: linear-gradient(180deg, #FD832D 0%, #FE4A16 100%);
  8. height: 100%;
  9. overflow: auto;
  10. }
  11. .none {
  12. font-size: 24rpx;
  13. text-align: center;
  14. margin-top: 38rpx;
  15. color: #FFFFFF;
  16. float: none !important;
  17. }
  18. .fl {
  19. float: left;
  20. }
  21. .fr {
  22. float: right;
  23. }
  24. .goback {
  25. position: fixed;
  26. right: 50rpx;
  27. bottom: 60rpx;
  28. width: 100rpx !important;
  29. height: 100rpx;
  30. z-index: 100;
  31. background: rgba(255, 255, 255, 1);
  32. line-height: 95rpx;
  33. border: 1rpx solid rgba(227, 227, 227, 1);
  34. border-radius: 50%;
  35. }
  36. .goback image {
  37. position: absolute;
  38. width: 60rpx;
  39. left: 0;
  40. right: 0;
  41. top: 0;
  42. bottom: 0;
  43. margin: auto;
  44. }
  45. .code {
  46. width: 690rpx;
  47. background: #fff;
  48. margin: 20rpx auto;
  49. border-radius: 10rpx;
  50. padding-top: 18rpx;
  51. padding-bottom: 18rpx;
  52. }
  53. .code image {
  54. display: block;
  55. width: 650rpx;
  56. margin: auto;
  57. }
  58. .info {
  59. width: 650rpx;
  60. background: #fff;
  61. margin: 20rpx auto;
  62. border-radius: 10rpx;
  63. padding: 20rpx;
  64. }
  65. .title {
  66. margin: 20rpx 0;
  67. text-align: center;
  68. font-size: 50rpx;
  69. }
  70. .phone,
  71. .park,
  72. .introduction {
  73. font-size: 30rpx;
  74. line-height: 40rpx;
  75. margin: 20rpx 0;
  76. }
  77. .time {
  78. margin: 20rpx 0;
  79. font-size: 30rpx;
  80. display: flex;
  81. }
  82. .timesBox {
  83. display: flex;
  84. flex-direction: column;
  85. }
  86. .times {
  87. margin-left: 10rpx;
  88. }
  89. .times text {
  90. line-height: 40rpx;
  91. }
  92. .park>text:nth-child(2),
  93. .phone>text:nth-child(2) {
  94. margin-left: 10rpx;
  95. }
  96. .tel {
  97. margin: 0 10rpx;
  98. width: 30rpx;
  99. height: 30rpx;
  100. }
  101. .phoneNum {
  102. color: #FD832D;
  103. }