commodityDetail.acss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .img{
  2. width: 300rpx;
  3. height: 300rpx;
  4. border-radius: 10rpx;
  5. }
  6. .input{
  7. width: 50rpx;
  8. /* margin:0 10rpx; */
  9. text-align: center;
  10. }
  11. .num{
  12. border-radius: 6rpx;
  13. border: 1px solid #f1f1f1;
  14. width: 40rpx;
  15. height: 40rpx;
  16. text-align: center;
  17. line-height: 40rpx;
  18. font-weight: 600;
  19. }
  20. .btn{
  21. position: fixed;
  22. bottom: 22rpx;
  23. left: 12rpx;
  24. right: 12rpx;
  25. }
  26. .lBgn{
  27. background: #26A2FF;
  28. box-sizing: border-box;
  29. padding: 32rpx;
  30. height: 140rpx;
  31. }
  32. .windows-box {
  33. background: #fff;
  34. border-radius: 20rpx;
  35. position: absolute;
  36. left: 10%;
  37. right: 10%;
  38. top: 40%;
  39. margin-top: -25%;
  40. }
  41. .windows-title {
  42. padding: 32rpx;
  43. color: #999;
  44. font-size: 24rpx;
  45. }
  46. .windows-btn view:nth-child(1) {
  47. text-align: right;
  48. padding: 32rpx;
  49. color: #26A2FF;
  50. }
  51. .windows-content {
  52. padding: 0 28rpx;
  53. font-size: 32rpx;
  54. color: #606266;
  55. }
  56. .btns view{
  57. text-align: center;
  58. padding:0.32rem;
  59. border-top: 1px solid #f1f1f1;
  60. font-size: 0.28rem
  61. }
  62. .btns view:nth-child(1){
  63. border-right: 1px solid #f1f1f1;
  64. }
  65. .btns view:nth-child(2){
  66. color: #26A2FF;
  67. }