.page { background-color: #f9f9f9; padding-bottom: 400rpx; .banner { width: 100%; .banner-img { display: block; width: 100%; height: 562rpx; } } .container { padding: 30rpx 40rpx; .price { display: flex; align-items: baseline; .num { font-size: 56rpx; color: #e04775; font-weight: bold; } .sub { font-size: 32rpx; color: #e04775; } } .title { margin-top: 22rpx; font-size: 36rpx; color: #3f3f3f; line-height: 48rpx; font-weight: bold; } .list { margin-top: 24rpx; padding: 32rpx; background: #ffffff; box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.05); border-radius: 24rpx; .list-title { padding-bottom: 16rpx; position: relative; font-size: 36rpx; color: #3f3f3f; font-weight: bold; &::before { content: ""; position: absolute; top: 0; left: -32rpx; width: 12rpx; height: 44rpx; background: #e04775; border-radius: 0rpx 8rpx 8rpx 0rpx; } } .list-img { display: block; width: 100%; } } } .footer { padding: 30rpx 40rpx 40rpx; position: fixed; bottom: 0; left: 0; width: 100vw; box-sizing: border-box; background: #ffffff; box-shadow: 0rpx 8rpx 20rpx 0rpx rgba(0, 0, 0, 0.26); .options { padding-bottom: 25rpx; .row { display: flex; align-items: center; .label { margin-right: 24rpx; flex-shrink: 0; font-size: 32rpx; color: #b6b7ba; } .radios { display: flex; overflow: auto; &::-webkit-scrollbar { display: none; } .radio { margin-right: 16rpx; border-radius: 8rpx; border: 1px solid #d0d0d0; line-height: 40rpx; padding: 0 20rpx; font-size: 28rpx; color: #aaaaaa; white-space: nowrap; &.active { background-color: #e04775; border-color: #e04775; color: #fff; } } } .stepper { display: flex; align-items: center; .custom-class { border: 1px solid #e5e5e5; border-radius: 8rpx; } .input-class { color: #3f3f3f; font-weight: bold; background-color: #ffffff; margin: 0; } .plus-class, .minus-class { margin: 0; background-color: #f8f8f8; } .minus-class { border-right: 1px solid #d7d7d7; } .plus-class { border-left: 1px solid #d7d7d7; } .status { margin-left: 8rpx; font-size: 32rpx; color: #e1e1e1; } } } .row:not(:first-of-type) { margin-top: 24rpx; } } .module { border-top: 1px solid #f2f2f2; padding-top: 25rpx; display: flex; align-items: center; justify-content: space-between; .wrap { .price { display: flex; align-items: baseline; .sub { font-size: 28rpx; color: #e04775; } .num { font-size: 40rpx; color: #e04775; font-weight: bold; } } .doc { display: flex; align-items: center; font-size: 24rpx; color: #999999; .checkbox { transform: scale(0.7); } .a { color: #e04775; } } } .submit { width: 298rpx; height: 96rpx; background: #e04775; border-radius: 48rpx; font-size: 36rpx; color: #ffffff; line-height: 96rpx; text-align: center; } } } }