page { background: #F6F5F5; // padding-bottom: 165rpx; } .container { // padding-bottom: 165rpx; .content{ // padding-bottom: 165rpx; .pic{ overflow: hidden; height: 500rpx; .bigImg{ width: 100%; height: 100%; } } .center{ display: flex; flex-direction: column; justify-content: center; background: #fff; height: 200rpx; padding: 0 30rpx; font-size: 36rpx; font-weight: 600; .selOutBox{ display: flex; align-items: center; justify-content: space-between; .price{ margin-top: 10rpx; font-size: 54rpx; } .sellOut{ font-size: 34rpx; font-weight: 500; } } } .bottom{ margin-top: 10rpx; .title{ background: #fff; height: 100rpx; padding: 0 30rpx; font-size: 36rpx; font-weight: 600; padding-top: 40rpx; } .desBox{ width: 100%; min-height: 570rpx; padding: 0 40rpx; background: #fff; } } } .kefuAndBtn{ border-top: 1px solid #eee; position: fixed; bottom: 0; display: flex; align-items: center; background: #fff; padding: 30rpx; width: 100%; .iconBox{ background: #eee; width: 100rpx; height:100rpx; border-radius: 50%; margin-right: 30rpx; display: flex; justify-content: center; .icon{ } } .btn{ width: 80%; background: #26B3A0; height: 100rpx; border-radius: 20rpx; font-size: 30rpx; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; } } } .bImg{ width: 100%; height: 600rpx; margin-bottom: 20rpx; padding: 0 40rpx; } .pos{ height: 165rpx; }