Files
frontend-app/unpackage/dist/dev/mp-weixin/pages/hash_union/hash_union.wxss
T
2025-05-23 18:03:45 +08:00

112 lines
3.2 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
.hash_union_warp.data-v-04033f11 {
background-color: #FFFFFF;
height: calc(100vh - 140rpx);
overflow: hidden;
}
.hash_union_warp .hash_union_content.data-v-04033f11 {
padding: 40rpx 20rpx;
}
.hash_union_warp .hash_union_content .content_header.data-v-04033f11 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 60rpx 0 20rpx;
}
.hash_union_warp .hash_union_content .header_union_comm.data-v-04033f11 {
display: flex;
align-items: center;
}
.hash_union_warp .hash_union_content .msg_.data-v-04033f11 {
font-weight: 500;
font-size: 28rpx;
color: #1A1A1A;
margin: 0 10rpx;
}
.hash_union_warp .hash_union_nearby.data-v-04033f11 {
background-color: #F5F5F5FF;
border-radius: 30rpx 30rpx 0rpx 0rpx;
padding: 30rpx;
}
.hash_union_warp .hash_union_nearby .header_.data-v-04033f11 {
display: flex;
justify-content: space-between;
}
.hash_union_warp .hash_union_nearby .left_.data-v-04033f11 {
display: flex;
}
.hash_union_warp .hash_union_nearby .item_comm.data-v-04033f11 {
background: #FFFFFF;
border-radius: 28rpx;
padding: 10rpx 30rpx;
text-align: center;
font-weight: 500;
font-size: 26rpx;
color: #333333;
display: flex;
align-items: center;
}
.hash_union_warp .hash_union_nearby .content_.data-v-04033f11 {
margin: 20rpx 0;
height: calc(100vh - 1020rpx);
overflow: auto;
}
.hash_union_warp .hash_union_nearby .content_item.data-v-04033f11 {
background: #FFFFFF;
border-radius: 30rpx;
display: flex;
align-items: center;
padding: 20rpx;
margin-bottom: 20rpx;
}
.hash_union_warp .hash_union_nearby .content_item .content_item_right.data-v-04033f11 {
margin-left: 20rpx;
font-weight: 500;
font-size: 18rpx;
color: #999999;
width: calc(100% - 40rpx);
}
.hash_union_warp .hash_union_nearby .content_item .title_.data-v-04033f11 {
font-weight: bold;
font-size: 30rpx;
color: #333333;
}
.hash_union_warp .hash_union_nearby .content_item .rate_.data-v-04033f11 {
display: flex;
align-items: center;
margin: 10rpx 0 6rpx;
}
.hash_union_warp .hash_union_nearby .content_item .address_.data-v-04033f11 {
display: flex;
align-items: center;
margin-top: 10rpx;
}
.hash_union_warp .not_order_warp.data-v-04033f11 {
display: grid;
justify-content: center;
margin-top: 0;
padding-top: 400rpx;
}