myAsses.wxss 522 B

123456789101112131415161718192021222324252627282930
  1. /* pages/my/myAsses/myAsses.wxss */
  2. .as-box{
  3. position: relative;
  4. width:655rpx;
  5. height: 535rpx;
  6. border: 1px solid rgb(241, 239, 239);
  7. margin-left: 45rpx;
  8. margin-top: 20rpx;
  9. }
  10. .as-box image{
  11. position: absolute;
  12. width: 460rpx;
  13. height: 250rpx;
  14. bottom: 0;
  15. right: 0;
  16. }
  17. /* 底部 确认评价 按钮 */
  18. .cash-bottom{
  19. height: 100%;
  20. background-color: #f8f9fb;
  21. margin-top: 50rpx;
  22. }
  23. .cash-but{
  24. background-color: #FFF100;
  25. width: 600rpx;
  26. height: 100rpx;
  27. border-radius: 20px;
  28. text-align: center;
  29. }