Files
frontend-app/unpackage/dist/dev/mp-weixin/pages/supply_chain/supply_chain.wxss
T
2025-05-30 18:44:14 +08:00

137 lines
4.3 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
.supply_chain_warp.data-v-52071111 {
height: calc(100vh - 140rpx);
overflow: auto;
background-color: #F5F5F5FF;
}
.supply_chain_warp ._header_warp.data-v-52071111 {
margin-top: 60rpx;
height: 80rpx;
line-height: 80rpx;
background-color: #F5F5F5FF;
text-align: center;
}
.supply_chain_warp .supply_chain_note_warp.data-v-52071111 {
display: flex;
align-items: center;
padding: 0 0 0 30rpx;
}
.supply_chain_warp .guarantee_warp.data-v-52071111 {
display: flex;
justify-content: space-between;
align-items: center;
background: #FFFFFF;
padding: 10rpx 30rpx;
}
.supply_chain_warp .guarantee_warp .guarantee_item_warp.data-v-52071111 {
width: 25%;
display: flex;
align-items: center;
}
.supply_chain_warp .guarantee_warp .guarantee_item_content_warp.data-v-52071111 {
margin-left: 10rpx;
}
.supply_chain_warp .guarantee_warp .title_.data-v-52071111 {
font-size: 18rpx;
color: rgba(0, 0, 0, 0.6);
}
.supply_chain_warp .guarantee_warp .content_.data-v-52071111 {
font-size: 14rpx;
color: rgba(0, 0, 0, 0.26);
margin-top: 6rpx;
}
.supply_chain_warp .sort_warp.data-v-52071111 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 30rpx 0;
}
.supply_chain_warp .sort_warp .sort_item_warp.data-v-52071111 {
width: 20%;
text-align: center;
margin-bottom: 10rpx;
}
.supply_chain_warp .sort_warp .sort_item_title_warp.data-v-52071111 {
font-size: 24rpx;
color: rgba(0, 0, 0, 0.9);
}
.supply_chain_warp .supply_chain_product_warp.data-v-52071111 {
padding: 0rpx 30rpx 0;
}
.supply_chain_warp .supply_chain_product_warp .product_title.data-v-52071111 {
position: relative;
}
.supply_chain_warp .supply_chain_product_warp .product_title .product_title_msg.data-v-52071111 {
position: relative;
font-family: AlimamaFangYuanTiVF-Medium, AlimamaFangYuanTiVF-Medium;
font-weight: normal;
font-size: 38rpx;
color: rgba(0, 0, 0, 0.9);
z-index: 2;
}
.supply_chain_warp .supply_chain_product_warp .product_title .product_title_bg.data-v-52071111 {
position: absolute;
bottom: 0;
width: 113rpx;
height: 15rpx;
background: #FFA749FF;
border-radius: 8rpx;
z-index: 1;
}
.supply_chain_warp .supply_chain_product_warp .supply_chain_product_content.data-v-52071111 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
overflow: auto;
}
.supply_chain_warp .supply_chain_product_warp .supply_chain_product_content .product_content_item.data-v-52071111 {
width: 48%;
background: #FFFFFF;
margin-bottom: 20rpx;
}
.supply_chain_warp .supply_chain_product_warp .supply_chain_product_content .product_content_item .product_content_item_content.data-v-52071111 {
border-radius: 18rpx;
padding: 0 20rpx 20rpx;
}
.supply_chain_warp .supply_chain_product_warp .supply_chain_product_content .product_content_item .product_item_name.data-v-52071111 {
font-weight: 500;
font-size: 30rpx;
color: rgba(0, 0, 0, 0.9);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.supply_chain_warp .supply_chain_product_warp .supply_chain_product_content .product_content_item .product_item_price.data-v-52071111 {
font-size: 20rpx;
color: #FF7C41;
display: flex;
justify-content: space-between;
margin-top: 10rpx;
}
.supply_chain_warp .supply_chain_product_warp .supply_chain_product_content .product_content_item .product_item_price .price_sell.data-v-52071111 {
color: rgba(0, 0, 0, 0.26);
}