@charset "UTF-8";
|
<<<<<<< HEAD
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
=======
|
>>>>>>> 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
|
/* 颜色变量 */
|
.main-container {
|
background-color: #fff;
|
height: 100%;
|
position: relative;
|
}
|
.nav-bar {
|
height: 404rpx;
|
background: linear-gradient(90deg, #D95A5A 0%, #D20A0B 100%);
|
-webkit-filter: blur(0px);
|
filter: blur(0px);
|
}
|
.nav-bar .nav-title {
|
position: fixed;
|
left: 0;
|
right: 0;
|
padding: 0 32rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: flex-start;
|
}
|
.nav-bar .nav-title .container_head_address {
|
display: flex;
|
align-items: center;
|
justify-content: flex-start;
|
}
|
.nav-bar .nav-title .container_head_address image {
|
width: 16rpx;
|
height: 30rpx;
|
}
|
.nav-bar .nav-title .page-title {
|
flex: 1;
|
text-align: center;
|
color: #fff;
|
}
|
.base-message {
|
height: 356rpx;
|
margin-top: -108rpx;
|
background-color: #fff;
|
position: relative;
|
font-family: PingFangSC-Medium, PingFang SC;
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
padding: 30rpx 32rpx;
|
box-sizing: border-box;
|
}
|
.base-message .first-line {
|
display: flex;
|
}
|
.base-message .first-line .avater {
|
width: 128rpx;
|
height: 128rpx;
|
border-radius: 50%;
|
margin-top: -70rpx;
|
box-sizing: border-box;
|
border: 2rpx solid #fff;
|
margin-right: 26rpx;
|
}
|
.base-message .first-line .merchant-name {
|
flex: 1;
|
font-size: 32rpx;
|
font-weight: 600;
|
color: #222222;
|
line-height: 48rpx;
|
}
|
.base-message .first-line .merchant-message-btn {
|
width: 128rpx;
|
height: 48rpx;
|
border-radius: 32rpx;
|
border: 1rpx solid #666666;
|
font-size: 24rpx;
|
font-weight: 400;
|
color: #666666;
|
line-height: 48rpx;
|
text-align: center;
|
}
|
.base-message .merchant-count {
|
display: flex;
|
height: 124rpx;
|
margin-top: 30rpx;
|
}
|
.base-message .merchant-count .splating {
|
width: 2rpx;
|
height: 100%;
|
background-color: #E5E5E5;
|
}
|
.base-message .merchant-count .count-item {
|
width: 33.3%;
|
height: 100%;
|
text-align: center;
|
}
|
.base-message .merchant-count .count-item .count {
|
margin-top: 20rpx;
|
height: 44rpx;
|
font-size: 44rpx;
|
font-weight: 500;
|
color: #333333;
|
line-height: 44rpx;
|
}
|
.base-message .merchant-count .count-item .title {
|
height: 24rpx;
|
font-size: 24rpx;
|
font-weight: 400;
|
color: #999999;
|
line-height: 24rpx;
|
margin-top: 16rpx;
|
}
|
.base-message .merchant-count .count-item .red-color {
|
color: #D20A0A;
|
}
|
.base-message .notification {
|
margin-top: 20rpx;
|
height: 64rpx;
|
width: 100%;
|
background: #F5F5F5;
|
border-radius: 8rpx;
|
box-sizing: border-box;
|
padding: 18rpx 24rpx;
|
display: flex;
|
}
|
.base-message .notification .icon {
|
width: 28rpx;
|
height: 28rpx;
|
margin-right: 14rpx;
|
}
|
.base-message .notification .notification-content {
|
flex: 1;
|
height: 28rpx;
|
font-size: 26rpx;
|
font-weight: 400;
|
color: #333333;
|
line-height: 28rpx;
|
}
|
.base-message .notification .right {
|
height: 24rpx;
|
font-size: 24rpx;
|
font-weight: 400;
|
color: #999999;
|
line-height: 24rpx;
|
}
|
.merchant-tool {
|
border-top: 20rpx solid #f7f7f7;
|
padding: 40rpx 32rpx;
|
}
|
.merchant-tool .tool-title {
|
height: 32rpx;
|
font-size: 32rpx;
|
font-weight: 600;
|
color: #222222;
|
line-height: 32rpx;
|
}
|
.merchant-tool .tool-container {
|
display: flex;
|
flex-wrap: wrap;
|
margin-top: 40rpx;
|
}
|
.merchant-tool .tool-container .tool-item {
|
width: 33.33%;
|
text-align: center;
|
margin-bottom: 40rpx;
|
font-size: 26rpx;
|
font-weight: 400;
|
color: #333333;
|
line-height: 26rpx;
|
}
|
.merchant-tool .tool-container .tool-item image {
|
width: 88rpx;
|
height: 88rpx;
|
}
|
.serve-style {
|
display: flex;
|
justify-content: center;
|
position: absolute;
|
width: 100%;
|
left: 0;
|
right: 0;
|
bottom: calc(env(safe-area-inset-bottom) + 74rpx);
|
font-weight: 400;
|
color: #666666;
|
}
|
.serve-style image {
|
width: 16rpx;
|
height: 18rpx;
|
}
|