Files
frontend-app/unpackage/dist/dev/mp-weixin/pages/search/search.wxss
T
2025-03-20 08:46:07 +08:00

115 lines
3.3 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
.search_warp.data-v-c10c040c {
background-color: #F5F5F5;
height: 100vh;
overflow-y: hidden;
}
.search_warp .search_but_warp.data-v-c10c040c {
background: #FF7C41;
border-radius: 16rpx;
padding: 20rpx 40rpx;
text-align: center;
color: #FFF;
}
.search_warp .search_history.data-v-c10c040c {
padding: 60rpx 40rpx;
}
.search_warp .search_history .search_history_title.data-v-c10c040c {
display: flex;
justify-content: space-between;
font-weight: bold;
font-size: 32rpx;
color: #333333;
}
.search_warp .search_history .search_history_cotent.data-v-c10c040c {
display: flex;
flex-wrap: wrap;
margin-top: 20rpx;
}
.search_warp .poduct_list .poduct_search_warp.data-v-c10c040c {
background: #FFFFFF;
font-weight: bold;
font-size: 26rpx;
color: #333333;
display: flex;
justify-content: space-between;
padding: 10rpx 60rpx;
}
.search_warp .poduct_list .poduct_content_warp.data-v-c10c040c {
padding: 30rpx;
height: calc(100vh - 340rpx);
overflow-y: auto;
}
.search_warp .poduct_list .poduct_content_warp .big_warp.data-v-c10c040c {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.search_warp .poduct_list .poduct_content_warp .big_warp .big_item_warp.data-v-c10c040c {
width: 48%;
margin-bottom: 20rpx;
background: #FFFFFF;
border-radius: 24rpx;
}
.search_warp .poduct_list .poduct_content_warp .big_warp .big_item_content_warp.data-v-c10c040c {
padding: 20rpx;
}
.search_warp .poduct_list .poduct_content_warp .big_warp .big_item_content_warp .title.data-v-c10c040c {
font-weight: bold;
font-size: 26rpx;
color: #333333;
}
.search_warp .poduct_list .poduct_content_warp .min_warp .min_item_warp.data-v-c10c040c {
padding: 30rpx;
background: #FFFFFF;
border-radius: 24rpx;
display: flex;
margin-bottom: 20rpx;
}
.search_warp .poduct_list .poduct_content_warp .min_warp .min_item_content_warp.data-v-c10c040c {
margin-left: 10rpx;
display: grid;
width: 100%;
}
.search_warp .poduct_list .poduct_content_warp .min_warp .title.data-v-c10c040c {
font-weight: bold;
font-size: 26rpx;
color: #333333;
}
.search_warp .poduct_list .poduct_content_warp .total_or_quantity.data-v-c10c040c {
display: flex;
justify-content: space-between;
align-items: center;
margin: 10rpx 0 6rpx;
font-size: 20rpx;
color: #999999;
}
.search_warp .poduct_list .poduct_content_warp .total_.data-v-c10c040c {
font-weight: bold;
font-size: 26rpx;
color: #F52D1D;
}