猫妈狗爸伴宠师小程序前端代码
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.

78 lines
1.1 KiB

1 month ago
  1. @import "@/style/flex.scss";
  2. @import "@/style/common.scss";
  3. $mainColor:#FFBF60;
  4. .form-title {
  5. font-size: 32rpx;
  6. font-weight: bold;
  7. color: #000;
  8. position: relative;
  9. padding: 38rpx 20rpx 0;
  10. margin-left: 10rpx;
  11. &::before {
  12. position: absolute;
  13. top: 42rpx;
  14. left: 0;
  15. content: "";
  16. width: 9rpx;
  17. height: 33rpx;
  18. border-radius: 9rpx;
  19. background-color: #FFBF60;
  20. }
  21. }
  22. .text1 {
  23. font-size: 30rpx;
  24. color: #949494;
  25. }
  26. .main-color {
  27. color:$mainColor
  28. }
  29. .mian-bg {
  30. background-color: $mainColor;
  31. }
  32. .color-fff {
  33. color: #fff;
  34. }
  35. .bg-fff {
  36. background-color: #fff;
  37. }
  38. .footer-btn {
  39. width: 100vw;
  40. height: 144rpx;
  41. background-color: #fff;
  42. display: flex;
  43. justify-content: center;
  44. position: fixed;
  45. bottom: 0;
  46. left: 0;
  47. align-items: center;
  48. .btn {
  49. font-size: 30rpx;
  50. color: #fff;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. width: 574rpx;
  55. height: 94rpx;
  56. border-radius: 94rpx;
  57. background-color: #FFBF60;
  58. }
  59. }
  60. .com-title {
  61. &::before {
  62. content: "";
  63. display: block;
  64. width: 9rpx;
  65. height: 33rpx;
  66. background-color: #FFBF60;
  67. margin-right: 7rpx;
  68. }
  69. }