epmet 工作端 小程序
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.

241 lines
3.7 KiB

/* subpages/searchResult/pages/punchCard/punchCard.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;
}
.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;
}
.info .item .label {
width: fit-content;
}
.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 {
box-sizing: border-box;
text-align: center;
height: 76rpx;
border-radius: 38rpx;
margin: 30rpx 0;
line-height: 76rpx;
border-radius: 76rpx;
border: 2rpx solid #999999;
}
.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 {
background-color: rgba(236, 236, 236, 0.500000);
border-radius: 4rpx;
margin-right: 6rpx;
white-space: nowrap;
padding: 7rpx 8rpx;
width: auto;
box-sizing: border-box;
font-weight: 500;
font-size: 24rpx;
color: #999999;
}
.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;
}