index.less 1.8 KB

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