goods-detail.wxss 3.8 KB
Newer Older
G
gongfuxiang 已提交
1
.goods-photo .swiper-item, swiper {
D
devil_gong 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
    height: 65vh !important;
    display: block;
}

.goods-attr-show-title {
    height: 80rpx;
    line-height: 80rpx;
    padding: 0 10rpx;
}
.goods-popup {
  padding: 20rpx 10rpx;
  position: relative;
}
.goods-popup .close {
  position: absolute;
  top: 20rpx;
  right: 20rpx;
  z-index: 2;
}
.goods-popup-base {
  height: 230rpx;
  position: relative;
}
.goods-popup-base image {
  width: 200rpx;
  height: 200rpx;
  position: absolute;
  left: 0;
  top: 0;
}
.goods-popup-base-content {
  position: absolute;
  left: 220rpx;
  bottom: 30rpx;
}
.goods-popup-base-content .goods-price {
  margin-bottom: 10rpx;
}
.goods-popup-content {
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20rpx;
}
.goods-attr-choose .item {
    margin-bottom: 30rpx;
    padding-bottom: 30rpx;
}
.goods-popup-content .title {
    font-size: 36rpx;
}
G
gongfuxiang 已提交
53
.goods-attr-choose .item .spec button {
D
devil_gong 已提交
54 55 56 57 58 59 60 61 62
    margin-top: 20rpx;
    margin-right: 25rpx;
    padding: 0 30rpx;
    background-color: #f5f5f5;
    color: #666;
    line-height: 25px;
    height: 27px;
    border: 1px solid #d5d5d5;
}
G
gongfuxiang 已提交
63
.goods-attr-choose .item .spec button image {
D
devil_gong 已提交
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10rpx;
}
.spec-active {
  background: #fff !important;
  color: #d2364c !important;
  border: 1px solid #d2364c !important;
}
.spec-dont-choose {
    color: #b4b3b3 !important;
    background-color: #ffffff !important;
    border: 1px solid #ebeaea !important;
}
.spec-dont-choose image {
    opacity: 0.5;
}
.spec-items-disabled {
    color: #d2cfcf !important;
    background-color: #ffffff !important;
    border: 1px dashed #d5d5d5 !important;
}
.spec-items-disabled image {
    opacity: 0.3;
}
G
gongfuxiang 已提交
90
.goods-attr-choose .item .spec  button,
D
devil_gong 已提交
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
.goods-popup-submit
{
    border-radius: 50rpx;
}
.goods-popup-submit {
    height: 85rpx;
    line-height: 85rpx;
    font-size: 36rpx;
    margin-top: 20rpx;
    border: 0;
}
.goods-popup .goods-buy-number {
    margin-bottom: 20rpx;
    position: relative;
    height: 70rpx;
}
.goods-popup .goods-buy-number .title {
    line-height: 60rpx;
}
.goods-popup .number-content {
    position: absolute;
    right: 20rpx;
    top: 0;
    background: #eee;
    border-radius: 2px;
    border: 1px solid #eee;
}
.goods-popup .number-content .number-submit
{
    width: 80rpx;
    font-weight: bold;
}
.goods-popup .number-content input {
    width: 50px;
G
gongfuxiang 已提交
125
    background: #fff;
G
gongfuxiang 已提交
126
    border-radius: 0px;
D
devil_gong 已提交
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
}
.goods-popup .number-content .number-submit,
.goods-popup .number-content input
{
    padding: 0;
    vertical-align: middle;
    height: 60rpx;
    line-height: 60rpx;
}

.goods-detail-app .content-items view {
    padding: 15rpx 10rpx;
    line-height: 44rpx;
    font-size: 32rpx;
}

.goods-buy-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100rpx;
}
.goods-buy-nav .fl {
    width: calc(20% - 1rpx);
}
.goods-buy-nav .fr {
    width: 60%;
}
.goods-buy-nav .fr button {
    border-radius: 0;
    line-height: 100rpx;
    width: 50%;
}
.goods-buy-nav .fr button,
.goods-buy-nav .fl
{
    height: 100rpx;
}
.goods-buy-nav .collect { border-left: 1px solid #e1e1e1; }
.goods-buy-nav .fl image { width: 25px; height: 25px; margin: 0 auto; }

G
gongfuxiang 已提交
168 169 170
.goods-buy-nav .dis-block {
  margin-top: -10rpx;
}
D
devil_gong 已提交
171 172 173
.goods-base {
    padding: 15rpx 10rpx;
}
G
gongfuxiang 已提交
174 175 176 177 178 179 180
.goods-base button {
  background: #fff;
}
.goods-base .goods-price .sales {
    position: absolute;
    top: 0;
    right: 0;
D
devil_gong 已提交
181 182
}
.goods-base .goods-title {
G
gongfuxiang 已提交
183
    width: calc(100% - 130rpx);
D
devil_gong 已提交
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
    font-size: 32rpx;
    line-height: 44rpx;
    font-weight: 500;
}
.goods-base .goods-share image {
    width: 50rpx;
    height: 50rpx;
}
.goods-base .goods-share button {
    height: auto;
    font-size: 26rpx;
    border: 0;
    min-width: initial;
}
.goods-base .goods-price {
    margin-top: 10rpx;
G
gongfuxiang 已提交
200 201
    padding-right: 160rpx;
    position: relative;
D
devil_gong 已提交
202 203 204 205
}
.page {
    padding-bottom: 100rpx;
}