page { // background: #ededed; overflow-x: hidden; } .detailBox{ // padding: 0 40rpx; padding-bottom: 40rpx; .topImg{ width: 90%; height: 400rpx; margin-top: 40rpx; border-radius: 20rpx; margin-left: 50%; transform: translateX(-50%); } .money{ padding: 0 40rpx; font-size: 46rpx; font-weight: 600; display: flex; align-items: center; margin-top: 30rpx; .label{ margin-right: 15rpx; } .num{ } } .title{ padding: 0 40rpx; margin-top: 15rpx; font-size: 36rpx; font-weight: 600; } .des{ padding: 0 40rpx; margin-top: 10rpx; font-size: 32rpx; } .content{ margin-left: 50%; transform: translateX(-50%); margin-top: 30rpx; width: 90%; background: #eee; padding: 30rpx; border-radius: 20rpx; margin-bottom: 50rpx; line-height: 50rpx; } .div{ background: #eee; width: 100%; height: 15rpx; } .sunTitle{ padding: 0 40rpx; font-size: 36rpx; font-weight: 600; margin-top: 40rpx; margin-bottom: 20rpx; } .bImg{ width: 100%; height: 600rpx; margin-bottom: 20rpx; } } .kefuAndBtn{ 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: 100%; background: #26B3A0; height: 100rpx; border-radius: 20rpx; font-size: 30rpx; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; } } .desCon{ padding: 0 40rpx; }