index.wxss 1.3 KB

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