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.

104 regels
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: 20rpx;
  51. padding-bottom: 20rpx;
  52. }
  53. .code image{
  54. display:block;
  55. margin: auto ;
  56. }
  57. .info{
  58. width: 650rpx;
  59. background: #fff;
  60. margin: 20rpx auto;
  61. border-radius: 10rpx;
  62. padding: 20rpx;
  63. }
  64. .title{
  65. margin: 20rpx 0;
  66. text-align: center;
  67. font-size: 50rpx;
  68. }
  69. .phone,.park,.introduction{
  70. font-size: 30rpx;
  71. line-height:40rpx;
  72. margin: 20rpx 0;
  73. }
  74. .time{
  75. margin: 20rpx 0;
  76. font-size: 30rpx;
  77. display: flex;
  78. }
  79. .timesBox{
  80. display: flex;
  81. flex-direction: column;
  82. }
  83. .times{
  84. margin-left: 10rpx;
  85. }
  86. .times text{
  87. line-height: 40rpx;
  88. }
  89. .park > text:nth-child(2) ,.phone > text:nth-child(2){
  90. margin-left: 10rpx;
  91. }
  92. .tel {
  93. margin: 0 10rpx;
  94. width: 30rpx;
  95. height: 30rpx;
  96. }
  97. .phoneNum{
  98. color:#FD832D;
  99. }