made.wxss 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/customized/made/made.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-content{
  6. width:100%;
  7. height:588rpx;
  8. margin:60rpx 0;
  9. }
  10. .made-prompt{
  11. width:inherit;
  12. height:inherit;
  13. }
  14. .made-box{
  15. width:270rpx;
  16. height:270rpx;
  17. padding:1rpx;
  18. margin:0 auto;
  19. /* background:red; */
  20. }
  21. .btn-box{
  22. width:70%;
  23. margin:0 auto;
  24. }
  25. .btn-box button{
  26. width:200rpx;
  27. background:none;
  28. color:#c9c9c9;
  29. font-size:32rpx;
  30. margin-bottom:36rpx;
  31. border:1rpx solid #c9c9c9;
  32. box-shadow:none;
  33. }
  34. .btn-box button.active{
  35. color:#00af66;
  36. border:1rpx solid #00af66
  37. }
  38. .footer{
  39. position:fixed;
  40. bottom:0;
  41. width:100%;
  42. z-index:10;
  43. line-height:92rpx;
  44. background:#fff;
  45. border-top:1rpx solid #e0e0e0;
  46. text-align: center;
  47. color:#666;
  48. font-size:30rpx;
  49. cursor: pointer;
  50. }
  51. .footer-btn{
  52. border-left:1rpx solid #e0e0e0;
  53. }
  54. .footer-btn:first-child{
  55. border-left:0rpx solid #e0e0e0;
  56. }