index.wxss 1.2 KB

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