You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
376 lines
5.6 KiB
376 lines
5.6 KiB
/* subpages/searchResult/pages/resiInfo/resiInfo.wxss */
|
|
/**index.wxss**/
|
|
page {
|
|
background-color: #f7f7f7;
|
|
height: auto;
|
|
overflow-y: scroll;
|
|
padding: 0 20rpx 160rpx ;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.form {
|
|
display: flex;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.form .form_label {
|
|
font-size: 30rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.form .form_value {
|
|
color: #333333;
|
|
text-align: left;
|
|
font-weight: 500;
|
|
flex: 1;
|
|
}
|
|
|
|
.card {
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 20rpx;
|
|
padding: 30rpx 30rpx 40rpx;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.card .title {
|
|
position: relative;
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.card .title::after {
|
|
position: absolute;
|
|
left: -30rpx;
|
|
top: 8rpx;
|
|
content: " ";
|
|
width: 10rpx;
|
|
height: 28rpx;
|
|
background-color: #3A80E7;
|
|
}
|
|
|
|
.info {
|
|
margin-top: 6rpx;
|
|
}
|
|
|
|
.info .item {
|
|
display: flex;
|
|
margin-top: 28rpx;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.info .item .label {
|
|
width: fit-content;
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.info .item .value {
|
|
flex: 1;
|
|
overflow-x: hidden;
|
|
}
|
|
.must{
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #FF2A00;
|
|
position: absolute;
|
|
left: -18rpx;
|
|
top: 49rpx;
|
|
transform: translateY(-50rpx);
|
|
}
|
|
.punch {
|
|
width: 260rpx;
|
|
height: 260rpx;
|
|
background: linear-gradient(180deg, #5E9FFF, #3A80E7);
|
|
box-shadow: 0rpx 4rpx 35rpx 0rpx rgba(61, 139, 248, 0.48);
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
margin: 50rpx auto 0;
|
|
}
|
|
|
|
.address {
|
|
color: #666666;
|
|
font-size: 28rpx;
|
|
margin: 0 auto;
|
|
margin: 40rpx auto 30rpx;
|
|
}
|
|
|
|
@keyframes rotateAnimation {
|
|
0% {
|
|
transform: rotateY(0deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotateY(180deg);
|
|
}
|
|
}
|
|
|
|
.animate {
|
|
animation: rotateAnimation 2s forwards;
|
|
}
|
|
|
|
.btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
height: 76rpx;
|
|
border-radius: 39rpx;
|
|
margin: 30rpx 0;
|
|
border-radius: 76rpx;
|
|
border: 1rpx solid #999999;
|
|
width: 226rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.blue{
|
|
background-color:#3974f6;
|
|
color: #fff;
|
|
border-color: #3974f6;
|
|
}
|
|
|
|
.flex-sb {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.view {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.jm-btn {
|
|
position: absolute;
|
|
top: 30rpx;
|
|
right: 20rpx;
|
|
width: fit-content;
|
|
height: 56rpx;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
line-height: 56rpx;
|
|
background: #3974f6;
|
|
border-radius: 28rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.tabs {
|
|
display: flex;
|
|
justify-content: start;
|
|
flex-wrap: wrap;
|
|
border-top: 1px solid #EAEAEA;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.tabs .tab_item {
|
|
display: flex;
|
|
margin-right: 20rpx;
|
|
padding-bottom: 10rpx;
|
|
width: auto;
|
|
margin-top: 20rpx;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tabs .tab_item .num {
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.tabs .tab_item .name {
|
|
font-size: 26rpx;
|
|
padding-bottom: 6rpx;
|
|
box-sizing: border-box;
|
|
color: #666666;
|
|
}
|
|
|
|
|
|
|
|
.top {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.top .left {
|
|
flex: 1;
|
|
}
|
|
|
|
.top .right {
|
|
width: 130rpx;
|
|
|
|
}
|
|
|
|
.top .left .name {
|
|
display: flex;
|
|
}
|
|
|
|
.top .left .tags {
|
|
display: flex;
|
|
flex-grow: 0;
|
|
justify-content: start;
|
|
max-width: 645rpx;
|
|
overflow-x: scroll;
|
|
margin-top: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.top .left .tags::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.top .left .tags .tag {
|
|
border-radius: 4rpx;
|
|
margin-right: 6rpx;
|
|
white-space: nowrap;
|
|
padding: 7rpx 8rpx;
|
|
width: auto;
|
|
box-sizing: border-box;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
.hong{
|
|
color:#ff3c3c;
|
|
background-color:#ffe3e3 ;
|
|
}
|
|
.lan{
|
|
color:#4f94ff;
|
|
background-color:#e6f0ff ;
|
|
}
|
|
.ju{
|
|
color:#fe840d;
|
|
background-color:#ffeedd ;
|
|
}
|
|
.qing{
|
|
color: #04b8ad;
|
|
background-color:#dcf5f3 ;
|
|
}
|
|
.zi{
|
|
color: #b462e8;
|
|
background-color:#f4e9fc ;
|
|
}
|
|
.hui{
|
|
color: #959495;
|
|
background-color:#f1f1f1 ;
|
|
}
|
|
.lv{
|
|
color: #52ba74;
|
|
background-color:#e7f5ec ;
|
|
}
|
|
.fen{
|
|
color: #ff688f;
|
|
background-color:#ffeaef ;
|
|
}
|
|
.huang{
|
|
color: #fcac00;
|
|
background-color: #fff3db;
|
|
}
|
|
.border_bto{
|
|
color: #3974f6 !important;
|
|
border-bottom: solid 6rpx #3974f6;
|
|
}
|
|
|
|
.bto_btn{
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
left: 0;
|
|
right: 0;
|
|
padding:0 20rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.dialog{
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.logsBox {
|
|
border-left: 3rpx solid #DADEE5;
|
|
margin-left: -18rpx;
|
|
padding-left: 12rpx;
|
|
}
|
|
|
|
.logs-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
top: -32rpx;
|
|
padding-left: 12rpx;
|
|
}
|
|
|
|
.logs-top-title {
|
|
height: 31rpx;
|
|
font-weight: 300;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 41rpx;
|
|
}
|
|
|
|
.logs-top-time {
|
|
height: 20rpx;
|
|
font-weight: 300;
|
|
font-size: 26rpx;
|
|
color: #BDBDBD;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.logs-content {
|
|
position: relative;
|
|
top: -24rpx;
|
|
padding-top: 12rpx;
|
|
padding-bottom: 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
color: #999999;
|
|
line-height: 52rpx;
|
|
}
|
|
|
|
.logs-content-left {
|
|
width: 48%;
|
|
}
|
|
|
|
.logs-content-right {
|
|
width: 48%;
|
|
}
|
|
|
|
.logs-content-txt {
|
|
color: #333333;
|
|
font-weight: 300;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.item-dian {
|
|
position: relative;
|
|
left: -28rpx;
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
box-sizing: border-box;
|
|
background: #FFFFFF;
|
|
border-radius: 50%;
|
|
border: 1px solid #3A80E7;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.neidian {
|
|
width: 18rpx;
|
|
height: 18rpx;
|
|
background: #3A80E7;
|
|
border-radius: 50%;
|
|
}
|