Blame view

public/scss/product/detail/_product-description.css 3.83 KB
ccbikai authored
1 2
.good-detail-page {
    .goods-desc {
张丽霞 authored
3
        padding-top: 20px;
ccbikai authored
4
        padding-bottom: 20px;
张丽霞 authored
5 6 7

        .service {
            height: 28px;
8
            background: resolve("product/service.png") no-repeat;
张丽霞 authored
9 10
            background-size: cover;
        }
ccbikai authored
11 12

        .detail {
张丽霞 authored
13 14
            margin-bottom: 1px;
        }
ccbikai authored
15
张丽霞 authored
16 17 18
        .desc-text {
            padding: 16px 12px;
            background-color: $tableCellC;
ccbikai authored
19 20
            color: $mainFontC;
            font-size: 24px;
张丽霞 authored
21 22
        }
    }
ccbikai authored
23
张丽霞 authored
24
    .tips {
ccbikai authored
25
        margin-top: 20px;
张丽霞 authored
26 27 28
        color: $subFontC;
        font-size: 18px;
    }
ccbikai authored
29
张丽霞 authored
30 31
    .materials {
        overflow: hidden;
ccbikai authored
32 33

        &.page-block {
张丽霞 authored
34 35
            margin-bottom: 0;
            border-bottom: none;
ccbikai authored
36 37

            .detail {
张丽霞 authored
38 39 40
                margin-bottom: 0;
            }
        }
ccbikai authored
41
张丽霞 authored
42
        .detail {
ccbikai authored
43 44 45 46
            .material-item {
                position: relative;
                display: block;
                overflow: hidden;
张丽霞 authored
47 48 49 50 51 52 53
                margin: 10px 0;
                width: 100%;
                height: auto;

                img {
                    margin: 0;
                }
ccbikai authored
54
张丽霞 authored
55 56 57
                .material-image {
                    position: absolute;
                    top: 50%;
ccbikai authored
58 59
                    left: 0;
                    width: 23%;
张丽霞 authored
60 61
                    transform: translateY(-50%);
                }
ccbikai authored
62
张丽霞 authored
63
                .material-desc {
ccbikai authored
64
                    float: right;
张丽霞 authored
65 66
                    box-sizing: border-box;
                    padding-left: 2%;
ccbikai authored
67
                    width: 76.9%;
张丽霞 authored
68 69
                    height: auto;
                    color: #4b4b4b;
ccbikai authored
70
                    text-align: left;
张丽霞 authored
71
                    word-wrap: break-word;
ccbikai authored
72 73
                    font-size: 24px;
                    line-height: 38px;
张丽霞 authored
74
                }
ccbikai authored
75 76

                &:last-child {
张丽霞 authored
77 78 79 80 81
                    border-bottom: none;
                }
            }
        }
    }
ccbikai authored
82 83 84 85 86

    .wash-tips {
        padding-top: 20px;

        &.page-block {
张丽霞 authored
87
            padding-right: 15px;
ccbikai authored
88
            padding-left: 15px;
张丽霞 authored
89
        }
ccbikai authored
90 91

        .tip {
张丽霞 authored
92
            display: inline-block;
ccbikai authored
93
            vertical-align: top;
张丽霞 authored
94
            width: 16.6%;
ccbikai authored
95 96 97

            img {
                margin-bottom: 10px;
张丽霞 authored
98 99 100
                width: 48px;
                height: 48px;
            }
ccbikai authored
101 102

            .caption {
张丽霞 authored
103 104
                display: block;
                padding: 0 13px;
ccbikai authored
105 106
                min-height: 44px;
                text-align: center;
张丽霞 authored
107 108 109 110 111
                font-size: 18px;
                line-height: 22px;
            }
        }
    }
ccbikai authored
112
张丽霞 authored
113
    .product-detail {
ccbikai authored
114 115 116
        margin-top: 30px;
        margin-bottom: 30px;
张丽霞 authored
117 118 119 120
        .detail {
            img {
                margin-top: 20px;
                width: 581px;
ccbikai authored
121
                height: auto;
张丽霞 authored
122 123 124 125 126 127 128 129
            }

            a {
                color: #2f91f6;
                text-decoration: underline;
            }
        }
    }
ccbikai authored
130
131 132 133 134 135 136 137 138 139 140 141 142
    .detail-swiper .swiper-wrapper .swiper-slide {
        width: auto;

        div {
            text-align: center;

            &.cell {
                padding: 0 40px;
                border: 1px solid #fff;
                background-color: $tableCellC;
                font-size: 24px;
                line-height: 53px;
张丽霞 authored
143 144 145
            }
        }
    }
ccbikai authored
146
147 148 149
    /*
    模特
    */
张丽霞 authored
150 151 152
    #reference-swiper-container {
        .first-group {
            margin-top: 55px;
ccbikai authored
153 154 155
            width: 70px;

            div {
张丽霞 authored
156
                height: 55px;
ccbikai authored
157
张丽霞 authored
158 159
                .avatar {
                    display: inline-block;
ccbikai authored
160
                    margin-top: 7px;
张丽霞 authored
161 162 163 164 165 166 167
                    width: 40px;
                    border-radius: 50%;
                }
            }
        }
    }
168 169 170
    /*
    测量方法
    */
张丽霞 authored
171 172
    .measurement-method {
        .detail {
ccbikai authored
173
            margin-top: 0;
张丽霞 authored
174
            margin-bottom: 0;
ccbikai authored
175 176
            width: 100%;
张丽霞 authored
177 178
            img {
                width: 100%;
ccbikai authored
179
                height: auto;
张丽霞 authored
180 181 182 183
            }
        }
    }
}