2025-06-18 10:09:53 +08:00

174 lines
2.8 KiB
CSS

page {
background-color: #f6f7fb;
}
image {
width: 100%;
height: 100%;
}
.searchBox {
background-color: #fff;
padding-top: 40rpx;
padding-left: 50rpx;
padding-right: 50rpx;
padding-bottom: 44rpx;
box-sizing: border-box;
width: 100%;
}
.search {
width: 650rpx;
height: 70rpx;
background: #F6F6FA;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding-left: 35rpx;
padding-right: 40rpx;
}
.searchBox_left {
display: flex;
align-items: center;
font-size: 26rpx;
color: #222222;
}
.searchBox_right {
width: 30rpx;
height: 30rpx;
}
.searchBox_con {
flex: 1;
margin-left: 10rpx;
margin-right: 10rpx;
}
.empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 95rpx;
}
.empty image {
width: 454.6rpx;
height: 305.55rpx;
}
.empty .text {
font-size: 28rpx;
color: #999999;
margin-top: -48rpx;
}
.btn {
font-size: 36rpx;
color: #FFFFFF;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 57rpx;
}
.merchantList {
margin-top: 30rpx;
box-sizing: border-box;
padding: 0 20rpx;
background-color: #fff;
}
.merchantItem {
border-bottom: 1rpx solid #EBEBEB;
padding: 30rpx 0;
}
.merchantItem_tit {
display: flex;
align-items: center;
justify-content: space-between;
}
.merchantItem_tit_left {
font-size: 34rpx;
color: #222222;
font-weight: 600;
}
.state1 {
width: 138rpx;
height: 40rpx;
background: #EAFFF2;
border-radius: 100rpx 100rpx 100rpx 100rpx;
border: 1rpx solid #3DDB7C;
font-size: 26rpx;
color: #2BE186;
display: flex;
align-items: center;
justify-content: center;
}
.state2 {
font-size: 26rpx;
color: #FF0004;
width: 138rpx;
height: 40rpx;
background: #FFEAEA;
border-radius: 100rpx 100rpx 100rpx 100rpx;
border: 1rpx solid #DB3D3D;
display: flex;
align-items: center;
justify-content: center;
}
.state3 {
font-size: 26rpx;
color: #00C8FF;
width: 138rpx;
height: 40rpx;
background: #DDEFFE;
border-radius: 100rpx 100rpx 100rpx 100rpx;
border: 1rpx solid #28B0FF;
display: flex;
align-items: center;
justify-content: center;
}
.merchantItem_user {
font-size: 28rpx;
color: #222222;
margin-top: 20rpx;
}
.merchantItem_add {
display: flex;
justify-content: space-between;
margin-top: 20rpx;
}
.merchantItem_add_left {
font-size: 28rpx;
color: #222222;
}
.merchantItem_add_right {
width: 32rpx;
height: 32rpx;
}
.tip {
font-size: 26rpx;
color: #999999;
text-align: center;
margin-top: 54rpx;
}