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

86 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. }
  18. .contentGroup{
  19. position: absolute;
  20. left: 50%;
  21. top: 277rpx;
  22. transform: translateX(-50%);
  23. width:596rpx;
  24. height:425rpx;
  25. background-color: white;
  26. border-radius: 10rpx;
  27. }
  28. .closeService{
  29. display: block;
  30. position: absolute;
  31. left: 50%;
  32. top: 740rpx;
  33. transform: translateX(-50%);
  34. width: 73rpx;
  35. height: 73rpx;
  36. }
  37. .tipGroup{
  38. margin-top: 54rpx;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. }
  43. .serviceIcon2{
  44. display: block;
  45. width: 42rpx;
  46. height: 45rpx;
  47. }
  48. .serviceTip{
  49. color: black;
  50. font-size:38rpx;
  51. margin-left: 13rpx;
  52. }
  53. .btnGroup{
  54. position: relative;
  55. height: 100rpx;
  56. width: 530rpx;
  57. background-color: #005BFF;
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. margin: 0 auto;
  62. border-radius: 10rpx;
  63. margin-top: 40rpx;
  64. overflow: hidden;
  65. }
  66. .serviceText{
  67. font-size: 40rpx;
  68. line-height: 100rpx;
  69. color: white;
  70. }
  71. .serviceArrow{
  72. display: block;
  73. width: 21rpx;
  74. height: 37rpx;
  75. margin-left: 20rpx;
  76. }
  77. .serviceBtn{
  78. position: absolute;
  79. left: 0;
  80. top: 0;
  81. height: 100%;
  82. background-color: black;
  83. margin: 0;
  84. padding: 0;
  85. opacity: 0;
  86. }