123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- page {
- padding-bottom: 170rpx;
- }
- .swiper {
- height: 750rpx;
- }
- .swiper swiper-item image {
- width: 100%;
- height: 100%;
- }
- /* 商品名称 */
- .top {
- padding: 24rpx;
- box-sizing: border-box;
- border-radius: 24rpx;
- margin-top: 20rpx;
- width: 710rpx;
- background-color: #FFFFFF;
- margin-left: 20rpx;
- }
- .top .price .original_price{
- font-size: 28rpx;
- color: #999999;
- text-decoration: line-through;
- }
- .top .price text:first-child {
- margin-right: 20rpx;
- font-size: 56rpx;
- color: #FF3007;
- text-decoration: none;
- }
- .top .price text .icon{
- font-size: 24rpx;
- color: #FF3007;
- margin-right: 0;
- }
- .top .title {
- font-size: 36rpx;
- color: #333333;
- font-weight: 500;
- margin-top: 20rpx;
- }
- .top .tag {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- margin-top: 16rpx;
- }
- /* 店铺 */
- .store {
- width: 710rpx;
- height: 80rpx;
- background-color: #fff;
- border-radius: 24rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- padding: 20rpx 24rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #333333;
- }
- .store text {
- font-size: 28rpx;
- color: #999999;
- margin-right: 10rpx;
- }
- /* 产品详情 */
- .project-detail {
- background: #fff;
- }
- .project-detail .title {
- height: 98rpx;
- padding-left: 30rpx;
- background: #FFEBF3;
- }
- .project-detail .title .line {
- width: 6rpx;
- height: 28rpx;
- background: #FAA9CB;
- }
- .project-detail .detail {
- overflow: hidden;
- width: 100%;
- }
- .project-detail .detail image {
- width: 100% !important;
- }
- /* 立即秒杀 */
- .bottom {
- display: flex;
- position: fixed;
- bottom: 0;
- height: 140rpx;
- padding-top: 10rpx;
- box-sizing: border-box;
- width: 100%;
- background-color: #fff;
- }
- .bottom .btn {
- width: 670rpx;
- height: 84rpx;
- background-color: #FA7D22;
- color: #fff;
- text-align: center;
- font-size: 32rpx;
- line-height: 84rpx;
- border-radius: 42rpx;
- margin-left: 40rpx;
- }
|