wpfw_ewei_shopv2/plugin/creditshop/static/css/common.css
2023-02-14 19:57:32 +08:00

413 lines
7.4 KiB
CSS

.fui-detail-group {
margin: 0;
}
.fui-cell-group.fui-detail-group:before {
border: 0;
}
.fui-detail-group .fui-cell .flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.6rem;
color: #999;
}
.fui-detail-group .fui-cell .flex span {
width: 100%;
text-align: center;
}
.fui-detail-group .fui-cell .flex span:first-child {
text-align: left;
}
.fui-detail-group .fui-cell .flex span:last-child {
text-align: right;
}
.fui-detail-group .fui-cell .name label {
padding: 0.05rem 0.1rem;
background: #f24749;
color: #fff;
font-size: 0.7rem;
}
.fui-detail-group .fui-cell .price {
color: #f24749;
font-size: 0.65rem;
}
.fui-detail-group .fui-cell .price .big {
font-size: 0.9rem;
}
.fui-detail-group .fui-cell .price .old {
text-decoration: line-through;
color: #999;
}
.fui-swipe-layer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 50;
height: 2rem;
padding: 0 0.5rem;
background: rgba(0, 0, 0, 0.4);
color: #fff;
line-height: 2rem;
font-size: 0.75rem;
}
.fui-cell .mask {
padding: 0 0.5rem;
position: relative;
}
.fui-cell .mask:before {
position: absolute;
top: 0;
left: 0.1rem;
content: "*";
color: #f01;
font-size: 1rem;
}
.fui-cell .store {
padding: 0 0.1rem;
}
.fui-list-inner .title {
font-size: 0.8rem;
}
.fui-tab.detail-tab {
margin: 0;
margin-top: 0.5rem;
}
.fui-tab.detail-tab:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 200%;
border-top: 1px solid #d0d0d0;
display: block;
z-index: 15;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(.5, .5);
transform: scale(.5, .5);
}
.fui-tab.detail-tab:after {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
-ms-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.fui-footer.btn-danger {
background: #f24749;
color: #fff;
line-height: 2.4rem;
text-align: center;
-moz-transition-duration: 300ms;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
-webkit-transition-property: background-color;
transition-property: background-color;
}
.fui-footer.btn-danger:active {
background: #f02f2f;
}
.fui-footer.disabled,
.fui-footer.disabled:active {
background: #bbb;
}
.fui-navbar .btn,
.fui-navbar .btn:active {
border: none;
font-size: 0.7rem;
color: #fff;
border-radius: 0;
}
.fui-navbar .cartbtn {
background: #fe9402;
}
.fui-navbar .buybtn {
background: #fd5555;
}
.detail-block {
height: auto;
min-height: 2rem;
overflow: hidden;
background: #fff;
position: relative;
}
.detail-block:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: 0;
border-top: 1px solid #d0d0d0;
display: block;
z-index: 15;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
-ms-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.detail-block .block {
display: none;
}
.detail-block .block-basic {
display: block;
font-size: 0.7rem;
color: #666;
padding: 0.5rem;
}
.detail-block .fui-list-media img {
height: 2rem;
width: 2rem;
border-radius: 2rem;
}
.detail-block .fui-list .remark {
font-size: 0.7rem;
color: #666;
}
.detail-block .comments {
height: auto;
overflow: hidden;
}
.detail-block .comments .item {
height: auto;
padding: 0.5rem;
position: relative;
}
.detail-block .comments .item:before {
position: absolute;
top: 0;
left: 0.5rem;
right: 0.5rem;
content: '';
border-top: 1px solid #d9d9d9;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
-ms-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.detail-block .comments .item:first-child:before {
border: 0;
}
.detail-block .comments .item .userinfo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.detail-block .comments .item .userinfo .feel {
width: 5rem;
font-size: 0.6rem;
text-align: right;
color: #ef4f4f;
}
.detail-block .comments .item .userinfo .feel.gray {
color: #666;
}
.detail-block .comments .item .userinfo .feel .icon {
vertical-align: middle;
}
.detail-block .comments .item .userinfo .user {
width: 100%;
font-size: 0.7rem;
color: #555;
}
.detail-block .comments .item .userinfo .user img {
height: 1.1rem;
width: 1.1rem;
border-radius: 1.1rem;
vertical-align: top;
}
.detail-block .comments .item .userinfo .user .date {
font-size: 0.6rem;
color: #888;
}
.detail-block .comments .item .comment {
padding-top: 0.2rem;
font-size: 0.65rem;
color: #666;
}
.detail-block .comments .item .comment-images {
padding: 0.2rem 0;
}
.detail-block .comments .item .comment-images img {
width: 2rem;
height: 2rem;
vertical-align: middle;
}
.detail-block .comments .item .comment-reply {
margin-top: 0.2rem;
padding: 0.2rem;
background: #f2f2f2;
border-radius: 0.1rem;
font-size: 0.65rem;
line-height: 0.8rem;
color: #777;
}
.detail-block .more {
text-align: center;
font-size: 0.7rem;
color: #666;
padding-bottom: 0.5rem;
}
.recommend {
height: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: start;
padding-top: 0.4rem;
}
.recommend .item {
height: auto;
width: 33.33%;
padding:0.2rem;
text-align: center;
}
.recommend .item img {
height: 4rem;
width: 4rem;
vertical-align: middle;
}
.recommend .item .title {
color: #666;
font-size: 0.65rem;
height: 0.9rem;
line-height: 0.9rem;
}
.recommend .item .price {
color: #f24749;
font-size: 0.5rem;
}
/* 积分商城 商品详情页面 */
.back-dot {
height: 1.8rem;
width: 1.8rem;
position: fixed;
top: 0.8rem;
left: 0.8rem;
background: rgba(0, 0, 0, 0.5);
z-index: 3;
color: #ffffff;
padding-left: 0.08rem;
border-radius: 1.8rem;
}
.back-dot i {
font-size: 1.5rem;
line-height: 1.9rem;
}
.fui-swipe-page {
bottom: 0;
}
.fui-swipe-bullet.active {
background: rgba(255, 255, 255, 1);
}
.fui-swipe-bullet {
background: rgba(255, 255, 255, 0.8);
}
.fui-goods-group.white {
background: #fff;
}
.fui-searchbar {
z-index: 2;
}
.fui-text{
line-height: 1rem;
color: #fff;
border-radius: 0.2rem;
display: inline-block;
font-size: 0.6rem;
padding: 0 0.2rem;
}
.text-success{background: #16b0ac;}
.text-danger2{background: #fb4a20;}
.fui-subtext{
line-height: 0.8rem;
color: #fff;
border-radius: 0.2rem;
display: inline-block;
font-size: 0.6rem;
padding: 0 0.2rem;
background: #fe5455;
}
/*iphonex*/
.option-picker.iphonex .option-picker-inner{
padding-bottom: 1.7rem !important;
}