init
This commit is contained in:
330
wx05cb767e6530b48f/pages/goods/index.wxss
Normal file
330
wx05cb767e6530b48f/pages/goods/index.wxss
Normal file
@@ -0,0 +1,330 @@
|
||||
.slide-image {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.banner-box {
|
||||
border-bottom: 1rpx solid #e4e4e4;
|
||||
height: 900rpx;
|
||||
}
|
||||
|
||||
.user-orderJtou {
|
||||
color: #999;
|
||||
font-size: 26rpx;
|
||||
margin-top: -9rpx;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.goods-title {
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
padding: 0 0rpx 0 0;
|
||||
}
|
||||
|
||||
.money-box,.money-box .num {
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.money-box .num {
|
||||
color: #ff495e;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.money-box .del {
|
||||
TEXT-DECORATION: line-through;
|
||||
color: #999;
|
||||
font-size: 24rpx;
|
||||
margin-left: 6rpx;
|
||||
}
|
||||
|
||||
.goods-sales-box {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.goods-sales-box .stock {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.goods-property-box {
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.goods-property-jianTou {
|
||||
margin-top: -13rpx;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.goods-property-jianTou image {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal_cont_box {
|
||||
border-top: 1rpx solid #eee;
|
||||
padding: 20rpx 12px;
|
||||
}
|
||||
|
||||
.buy_number {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.buyNumber {
|
||||
background: #fff;
|
||||
border-radius: 10rpx;
|
||||
color: #888;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.tmall-types.mb20 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.tipstxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.cartypeitem,.cartypelist {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.cartypeitem {
|
||||
background: #f3f2f8;
|
||||
border: 1rpx solid #f3f2f8;
|
||||
border-radius: 10rpx;
|
||||
color: #444;
|
||||
font-size: 31rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
margin: 0 20rpx 20rpx 0;
|
||||
overflow: hidden;
|
||||
padding: 0 30rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.cartypeitem.cur {
|
||||
background: #ff495e;
|
||||
border: 1rpx solid #ff495e;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.cartypeitem.cur:after {
|
||||
bottom: 0;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 16rpx;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 16rpx;
|
||||
}
|
||||
|
||||
.cartypeitem.disabled {
|
||||
background: #eee;
|
||||
border: 2rpx dashed #dedede;
|
||||
color: #dedede;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.number-banner {
|
||||
background: rgba(0,0,0,.3);
|
||||
border-radius: 50rpx;
|
||||
color: #fff;
|
||||
font-size: 32rpx;
|
||||
margin-top: -70rpx;
|
||||
padding: 0 18rpx;
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
}
|
||||
|
||||
.number-banner text:last-child {
|
||||
color: hsla(0,0%,100%,.6);
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.cart {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.order-number {
|
||||
background-color: #f4a213;
|
||||
color: #fff;
|
||||
line-height: 46px;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.order-number button {
|
||||
background: none;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
font-size: 34rpx;
|
||||
line-height: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.order-number button::after {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-sizing: border-box;
|
||||
content: " ";
|
||||
height: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
transform: scale(0);
|
||||
transform-origin: 0 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.default-btn {
|
||||
background-color: #ccc;
|
||||
color: #fff;
|
||||
line-height: 46px;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.user-orderJtou-1 {
|
||||
color: #999;
|
||||
font-size: 26rpx;
|
||||
position: absolute;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.user-orderJtou-1,.user-orderJtou-2 {
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
.user-orderJtou-2 {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.flow_num {
|
||||
background: #ff495e;
|
||||
border-radius: 30rpx;
|
||||
height: 30rpx;
|
||||
min-width: 30rpx;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
top: 10rpx;
|
||||
}
|
||||
|
||||
.goods-cont-li .wxParse-inline {
|
||||
padding: 20rpx 10rpx;
|
||||
}
|
||||
|
||||
.goods-cont-li image {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.goods-cont-li .wxParse-inline {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.comment-num {
|
||||
color: #333;
|
||||
font-size: 28rpx;
|
||||
margin-top: -20rpx;
|
||||
position: absolute;
|
||||
right: 34px;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.top-nav-bar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: 31rpx;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
#top-nav-bar-true text {
|
||||
border: 1rpx solid #ff495e;
|
||||
color: #ff495e;
|
||||
}
|
||||
|
||||
#top-nav-bar-0 span {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon {
|
||||
background: #fff;
|
||||
border-left: 1rpx solid #eee;
|
||||
height: 92rpx;
|
||||
margin: 0 auto;
|
||||
padding: 0 6rpx;
|
||||
position: relative;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon image {
|
||||
display: block;
|
||||
height: 56rpx;
|
||||
left: 0;
|
||||
margin-left: 30rpx;
|
||||
margin-top: 17rpx;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 56rpx;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon text {
|
||||
color: #7a7e83;
|
||||
font-size: 48rpx;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon .bargain-icon {
|
||||
height: 50rpx;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon .bargain-icon image {
|
||||
height: 50rpx;
|
||||
margin-top: -40rpx;
|
||||
width: 50rpx;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon .bargain-home {
|
||||
margin-top: 6rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon .flow_num text {
|
||||
color: #fff;
|
||||
display: block;
|
||||
font-size: 22rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon .icon-shoucang {
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.footer-fixed .goods-fixed-icon .s_cont {
|
||||
color: #ff495e;
|
||||
}
|
||||
|
||||
.colour-box {
|
||||
background: #e64340;
|
||||
color: #fff;
|
||||
font-size: 26rpx;
|
||||
line-height: 26rpx;
|
||||
margin-right: 10rpx;
|
||||
padding: 4rpx 8rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.goods-title {
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user