index.wxss 645 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. page{
  2. background: #fff;
  3. }
  4. .cust-img{
  5. width:240rpx;
  6. height:240rpx;
  7. background:#eee;
  8. }
  9. .cup-main{
  10. height:200rpx;
  11. }
  12. .cust-img image{
  13. width:100%;
  14. height: 100%;
  15. }
  16. .cust-btn{
  17. width:150rpx;
  18. height:50rpx;
  19. line-height:50rpx;
  20. text-align: center;
  21. border-radius:50rpx;
  22. float: right;
  23. }
  24. .cust-footer{
  25. height:100rpx;
  26. line-height:100rpx;
  27. position: fixed;
  28. bottom:0;
  29. right:20rpx;
  30. z-index:10;
  31. }
  32. .cust-footer .iconfont{
  33. font-size:48rpx;
  34. width:70rpx;
  35. height:70rpx;
  36. border:1rpx solid #e0e0e0;
  37. border-radius:100%;
  38. text-align: center;
  39. line-height:70rpx;
  40. margin-right:30rpx;
  41. }