纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

93 lines
1.4 KiB

/* pages/mall/factory/index.wxss */
.label {
background-color: #eee;
padding: 12rpx 30rpx;
border-radius: 10rpx;
}
.margin-top{
margin-top: 16rpx;
}
.item-cate {
flex: 5;
padding: 16rpx 30rpx;
border-radius: 10rpx;
border: 1rpx solid #f3f3f3;
background-color: #f3f3f3;
margin-bottom: 16rpx;
}
.cate-tag {
background-color: #e6f7ff;
border: 1rpx solid #1890ff;
}
.image-load {
width: 54px;
height: 54px;
}
.canvas {
width: 100%;
height: 200px;
}
.foot {
position: fixed;
width: 100%;
bottom: 0;
z-index: 99;
box-shadow: 0 -1rpx 6rpx rgba(0, 0, 0, 0.1);
}
.share-btn{
background-color: #fff;
padding-top: 16rpx;
padding-left: 0px;
padding-right: 0px;
width: 32px;
height: 48px;
line-height: 12px;
}
.share-btn::after{ border: none; }
.booking-tool {
width: calc(100% - 20px);
background-color: #008AFF;
position: fixed;
bottom: 150px;
left: 25px;
}
.roder-add {
display: flex;
justify-content: center;
align-items: center;
width: 100rpx;
height: 100rpx;
background-color: #008AFF;
border-radius: 50rpx;
position: absolute;
top: 24px;
right: 24px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cu-tags {
border-radius: 24rpx;
/* border-bottom-right-radius: 24rpx; */
background-color: #dd514c;
position: absolute;
top: -20rpx;
left: 180rpx;
font-size: 20rpx;
padding: 10rpx 16rpx;
color: var(--white);
}
.transform {
transform-origin: 50% 50%;
transform: rotate(180deg);
}