commodityDetail.acss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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: 40rpx;
  23. left: 5%;
  24. right: 5%;
  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 {
  47. /* border-top: 1px solid #f1f1f1; */
  48. }
  49. .windows-btn view:nth-child(1) {
  50. text-align: right;
  51. padding: 32rpx;
  52. color: #26A2FF;
  53. }
  54. .windows-content {
  55. padding: 0 28rpx;
  56. font-size: 32rpx;
  57. color: #606266;
  58. }
  59. .btns view{
  60. text-align: center;
  61. padding:0.32rem;
  62. border-top: 1px solid #f1f1f1;
  63. font-size: 0.28rem
  64. }
  65. .btns view:nth-child(1){
  66. border-right: 1px solid #f1f1f1;
  67. }
  68. .btns view:nth-child(2){
  69. color: #26A2FF;
  70. }