家政小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.wxss 659B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. page {
  2. background-color: #f4f4f4;
  3. }
  4. .head{
  5. width: 750rpx;
  6. height: 672rpx;
  7. margin-top: 50rpx;
  8. }
  9. button[type=primary]{
  10. margin: 100rpx 30rpx 0;
  11. background-color: #f91919;
  12. }
  13. button[type=primary].button-hover{
  14. background-color: #f91919;
  15. }
  16. .icon-service{
  17. width: 54rpx;
  18. height: 60rpx;
  19. margin-right: 14rpx;
  20. vertical-align: -14rpx;
  21. }
  22. button[type=default]{
  23. position: absolute;
  24. bottom: 60rpx;
  25. font-size: 36rpx;
  26. color: #00a0e9;
  27. background-color: transparent;
  28. margin: 0 auto;
  29. left: 50%;
  30. transform: translateX(-50%);
  31. }
  32. button[type=default].button-hover{
  33. background-color: transparent;
  34. }