东风启辰小程序端
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.

87 lines
1.4KB

  1. /* pages/component/service/index.wxss */
  2. .serviceIcon{
  3. display: block;
  4. width: 93rpx;
  5. height: 94rpx;
  6. position: fixed;
  7. top: 385rpx;
  8. right: 30rpx;
  9. }
  10. .maskGroup{
  11. position: fixed;
  12. left: 0;
  13. top: 0;
  14. width: 100%;
  15. height: 100%;
  16. background-color: rgba(000, 000, 000, 0.8);
  17. padding-bottom: 150rpx;
  18. }
  19. .contentGroup{
  20. position: absolute;
  21. left: 50%;
  22. top: 277rpx;
  23. transform: translateX(-50%);
  24. width:596rpx;
  25. height:425rpx;
  26. background-color: white;
  27. border-radius: 10rpx;
  28. }
  29. .closeService{
  30. display: block;
  31. position: absolute;
  32. left: 50%;
  33. top: 740rpx;
  34. transform: translateX(-50%);
  35. width: 73rpx;
  36. height: 73rpx;
  37. }
  38. .tipGroup{
  39. margin-top: 54rpx;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. }
  44. .serviceIcon2{
  45. display: block;
  46. width: 42rpx;
  47. height: 45rpx;
  48. }
  49. .serviceTip{
  50. color: black;
  51. font-size:38rpx;
  52. margin-left: 13rpx;
  53. }
  54. .btnGroup{
  55. position: relative;
  56. height: 100rpx;
  57. width: 530rpx;
  58. background-color: #005BFF;
  59. display: flex;
  60. align-items: center;
  61. justify-content: center;
  62. margin: 0 auto;
  63. border-radius: 10rpx;
  64. margin-top: 40rpx;
  65. overflow: hidden;
  66. }
  67. .serviceText{
  68. font-size: 40rpx;
  69. line-height: 100rpx;
  70. color: white;
  71. }
  72. .serviceArrow{
  73. display: block;
  74. width: 21rpx;
  75. height: 37rpx;
  76. margin-left: 20rpx;
  77. }
  78. .serviceBtn{
  79. position: absolute;
  80. left: 0;
  81. top: 0;
  82. height: 100%;
  83. background-color: black;
  84. margin: 0;
  85. padding: 0;
  86. opacity: 0;
  87. }