东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 年前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* pages/component/service/index.wxss */
  2. .serviceIcon{
  3. display: block;
  4. width: 81rpx;
  5. height: 81rpx;
  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. z-index: 99;
  19. box-sizing: border-box;
  20. }
  21. .contentGroup{
  22. position: absolute;
  23. left: 50%;
  24. top: 50%;
  25. transform: translate(-50%,-50%);
  26. width:596rpx;
  27. height:425rpx;
  28. background-color: white;
  29. border-radius: 10rpx;
  30. }
  31. .closeService{
  32. display: block;
  33. position: absolute;
  34. right: -60rpx;
  35. top: -445rpx;
  36. width: 73rpx;
  37. height: 73rpx;
  38. }
  39. .tipGroup{
  40. margin-top: 54rpx;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. }
  45. .serviceIcon2{
  46. display: block;
  47. width: 42rpx;
  48. height: 45rpx;
  49. }
  50. .serviceTip{
  51. color: black;
  52. font-size:38rpx;
  53. margin-left: 13rpx;
  54. }
  55. .btnGroup{
  56. position: relative;
  57. height: 101rpx;
  58. width: 529rpx;
  59. margin: 0 auto;
  60. margin-top: 40rpx;
  61. }
  62. .serviceText{
  63. font-size: 40rpx;
  64. line-height: 100rpx;
  65. color: white;
  66. }
  67. .serviceArrow{
  68. display: block;
  69. width: 21rpx;
  70. height: 37rpx;
  71. margin-left: 20rpx;
  72. }
  73. .serviceBtn{
  74. position: absolute;
  75. left: 0;
  76. top: 0;
  77. height: 100%;
  78. background-color: black;
  79. margin: 0;
  80. padding: 0;
  81. opacity: 0;
  82. }