| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-list-item.data-v-1093b690 {
- font-size: 32rpx;
- position: relative;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding-left: 30rpx;
- }
- .uni-list-item--disabled.data-v-1093b690 {
- opacity: 0.3;
- }
- .uni-list-item--hover.data-v-1093b690 {
- background-color: #f1f1f1;
- }
- .uni-list-item__container.data-v-1093b690 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- padding: 24rpx 30rpx;
- padding-left: 0;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- position: relative;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- border-top-color: #ebeef5;
- border-top-style: solid;
- border-top-width: 1px;
- }
- .uni-list-item--first.data-v-1093b690 {
- border-top-width: 0px;
- }
- .uni-list-item__content.data-v-1093b690 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- color: #3b4144;
- }
- .uni-list-item__content-title.data-v-1093b690 {
- font-size: 28rpx;
- color: #3b4144;
- overflow: hidden;
- }
- .uni-list-item__content-note.data-v-1093b690 {
- margin-top: 6rpx;
- color: #999;
- font-size: 24rpx;
- overflow: hidden;
- }
- .uni-list-item__extra.data-v-1093b690 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .uni-list-item__icon.data-v-1093b690 {
- margin-right: 18rpx;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .uni-list-item__icon-img.data-v-1093b690 {
- height: 36rpx;
- width: 36rpx;
- }
- .itemSwitch.data-v-1093b690 {
- -webkit-transform: translateX(16rpx) scale(0.84);
- transform: translateX(16rpx) scale(0.84);
- }
- .uni-list-item__slot.data-v-1093b690 {
- color: #909399;
- font-size: 28rpx;
- }
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 弹出层 */
- .popup {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 99;
- }
- .popup.show {
- display: block;
- }
- .popup.show .mask {
- -webkit-animation: showPopup 0.2s linear both;
- animation: showPopup 0.2s linear both;
- }
- .popup.show .layer {
- -webkit-animation: showLayer 0.2s linear both;
- animation: showLayer 0.2s linear both;
- }
- .popup.hide .mask {
- -webkit-animation: hidePopup 0.2s linear both;
- animation: hidePopup 0.2s linear both;
- }
- .popup.hide .layer {
- -webkit-animation: hideLayer 0.2s linear both;
- animation: hideLayer 0.2s linear both;
- }
- .popup.none {
- display: none;
- }
- .popup .mask {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .popup .layer {
- position: fixed;
- z-index: 99;
- bottom: 0;
- width: 100%;
- min-height: 20vh;
- border-radius: 10rpx 10rpx 0 0;
- background-color: #fff;
- }
- .popup .layer .btn {
- height: 66rpx;
- line-height: 66rpx;
- border-radius: 100rpx;
- background: #FF4C4C;
- font-size: 30rpx;
- color: #fff;
- margin: 30rpx auto 20rpx;
- }
- @-webkit-keyframes showPopup {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes showPopup {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes hidePopup {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes hidePopup {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @-webkit-keyframes showLayer {
- 0% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- 100% {
- -webkit-transform: translateY(0%);
- transform: translateY(0%);
- }
- }
- @keyframes showLayer {
- 0% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- 100% {
- -webkit-transform: translateY(0%);
- transform: translateY(0%);
- }
- }
- @-webkit-keyframes hideLayer {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- }
- @keyframes hideLayer {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- 100% {
- -webkit-transform: translateY(120%);
- transform: translateY(120%);
- }
- }
- /* 规格选择弹窗 */
- .attr-content {
- padding: 25rpx 30rpx;
- }
- .attr-content .a-t {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .attr-content .a-t image {
- width: 170rpx;
- height: 170rpx;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- border-radius: 8rpx;
- }
- .attr-content .a-t .right {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- padding-left: 24rpx;
- font-size: 26rpx;
- color: #606266;
- line-height: 42rpx;
- width: 75%;
- position: relative;
- }
- .attr-content .a-t .right .right-img {
- width: 37rpx;
- height: 37rpx;
- position: absolute;
- right: 0;
- top: 20rpx;
- }
- .attr-content .a-t .right .price {
- position: absolute;
- bottom: 0;
- font-size: 32rpx;
- color: #FF4C4C;
- margin: 10rpx 0rpx;
- font-size: 60rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ef041f;
- }
- .attr-content .a-t .right .price text {
- font-size: 30rpx;
- }
- .attr-content .a-t .right .name {
- width: 350rpx;
- font-size: 32rpx;
- color: #303133;
- height: 50rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #1d2023;
- }
- .attr-content .a-t .right .selected-text {
- margin-right: 10rpx;
- }
- .attr-content .attr-list {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- font-size: 30rpx;
- color: #606266;
- padding-top: 30rpx;
- padding-left: 10rpx;
- }
- .attr-content .item-list {
- padding: 20rpx 0 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .attr-content .item-list text {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- background: #eee;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- border-radius: 10rpx;
- min-width: 60rpx;
- height: 60rpx;
- padding: 0 20rpx;
- font-size: 28rpx;
- color: #303133;
- }
- .attr-content .item-list .selected {
- background: #fceff1;
- color: #f35768;
- border: 1px solid #f35768;
- }
- .goodsBottom {
- height: 160rpx;
- }
- page {
- background: #f0f0f0;
- }
- .contentBottomHeight {
- background-color: #f8f8f8;
- height: 130rpx;
- }
- .goodsBottom {
- height: 160rpx;
- }
- .iconenter {
- font-size: 30rpx;
- color: #888;
- }
- .con_image {
- width: 130rpx;
- height: 130rpx;
- display: inline-block;
- padding: 15rpx;
- }
- .con_image image {
- width: 100%;
- height: 100%;
- }
- /* 商品详情中限制图片大小 */
- .rich-img {
- width: 100% !important;
- height: auto;
- }
- .mun-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .sckill-top {
- width: 750rpx;
- height: 165rpx;
- background-image: url(data:image/png;base64,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);
- background-size: 100% 100%;
- position: relative;
- top: -40rpx;
- margin-bottom: -40rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .sckill-top .top-left {
- line-height: 1;
- }
- .sckill-top .top-left .left-top {
- padding: 35rpx 0 23rpx 22rpx;
- font-size: 44rpx;
- font-weight: 500;
- color: #ffffff;
- line-height: 1;
- }
- .sckill-top .top-left .left-btm {
- line-height: 1;
- font-size: 30rpx;
- font-weight: 500;
- padding-left: 25rpx;
- color: #ffffff;
- }
- .sckill-top .top-left .left-btm .now-pri {
- display: inline-block;
- padding-right: 8rpx;
- font-size: 44rpx;
- font-weight: 800;
- color: #ffffff;
- }
- .sckill-top .top-left .left-btm .old-pri {
- text-decoration: line-through;
- }
- .sckill-top .top-right {
- padding: 67rpx 40rpx 18rpx 0;
- }
- .sckill-top .top-right .right-top {
- text-align: center;
- font-size: 22rpx;
- font-weight: 400;
- color: #ffffff;
- line-height: 1;
- padding-bottom: 8rpx;
- }
- .mask {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .mask image {
- width: 100%;
- height: 100%;
- opacity: 0.8;
- }
|