yuminge-app/yun-min-program-plugin-master/packageF/storeManagement/editGoodsCatgory/editGoodsCatgory.wxss

72 lines
1.1 KiB
Plaintext

/* packageF/storeManagement/editGoodsCatgory/editGoodsCatgory.wxss */
page {
background: rgb(246, 246, 246);
}
.parentName {
display: flex;
align-items: center;
padding-left: 30rpx;
height: 88rpx;
font-size: 28rpx;
color: #1a1a1a;
}
.sort {
font-size: 28rpx;
color: #323232;
}
.cell {
margin-top: 20rpx;
text-align: left;
background-color: #fff;
white-space: nowrap;
}
.icon-fontclass-xinghao {
display: flex;
align-items: center;
height: 20rpx;
margin-right: 12rpx;
color: #ee2e2b;
font-size: 20rpx;
}
.categoryName {
display: flex;
align-items: center;
}
.categoryImage {
padding: 20rpx 32rpx;
}
.categoryImage .categoryImage-title {
font-size: 28rpx;
color: #323232;
}
.categoryImage .categoryImage-tips {
margin-top: 24rpx;
font-size: 24rpx;
color: #a8a8a8;
}
.bottom-btn {
position: fixed;
bottom: calc(20rpx + env(safe-area-inset-bottom));
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 660rpx;
height: 74rpx;
color: #fff;
font-size: 28rpx;
background-color: #f15353;
border-radius: 37rpx;
}