抖音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.

106 lines
1.6 KiB

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