about.wxss 218 B

123456789101112131415161718
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. color: #872439;
  5. }
  6. .bg{
  7. width:100%;
  8. height:3081rpx;
  9. margin-top: 40rpx;
  10. }
  11. .btn{
  12. width:216rpx;
  13. height:284rpx;
  14. position: absolute;
  15. }