index.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .aDet {
  2. width: 100%;
  3. min-height: 100vh;
  4. .headImg {
  5. width: 750rpx;
  6. height: 240rpx;
  7. }
  8. .body {
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. padding-bottom: 150rpx;
  13. .template {
  14. position: relative;
  15. width: 100%;
  16. height: 780rpx;
  17. background-size: 100% 100%;
  18. .content {
  19. position: absolute;
  20. top: 106rpx;
  21. left: 0px;
  22. right: 0px;
  23. margin: auto;
  24. width: 650rpx;
  25. height: 520rpx;
  26. background-color: #D8D8D8;
  27. border-radius: 20rpx;
  28. }
  29. .btns {
  30. position: absolute;
  31. bottom: 52rpx;
  32. width: 100%;
  33. display: flex;
  34. align-items: center;
  35. justify-content: space-between;
  36. .changeBtn {
  37. margin-left: 60rpx;
  38. width: 226rpx;
  39. height: 82rpx;
  40. }
  41. .recording {
  42. margin-right: 60rpx;
  43. width: 298rpx;
  44. height: 82rpx;
  45. }
  46. }
  47. }
  48. }
  49. .footerBox {
  50. position: fixed;
  51. bottom: 0px;
  52. left: 0px;
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. width: 100%;
  57. height: 130rpx;
  58. background-color: white;
  59. box-shadow: 0 2rpx 44rpx 0 rgba(0, 0, 0, 0.50);
  60. font-size: 0rpx;
  61. .goGreeting {
  62. width: 313rpx;
  63. height: 88rpx;
  64. }
  65. }
  66. }