YZProjectCloud/yanzhu-ui-app/miniprogram/pageage/mobile_attendance/attendance/add/index.wxss

103 lines
1.6 KiB
Plaintext

.content_box{
padding:20rpx 40rpx;
}
.content_box_title{
display: flex;
align-items: center;
margin-bottom: 20rpx;
}
.content_box_title text{
margin-left:10rpx;
}
.arrow_content{
display: flex;
}
.arrow_box{
background-color: #626262;
width:45%;
margin:0 5%;
position: relative;
border-radius: 10rpx;
color: #aaa;
}
.arrow_box.is-active{
background-color: #37BBDE;
color:#000;
}
.arrow_box .img-sel{
position: absolute;
left: 50%;
margin-left:-20rpx;
top: 20rpx;
}
.arrow_box view{
height: 160rpx;
line-height: 160rpx;
width:100% ;
text-align: center;
}
/* 地图样式 */
#attendanceMap {
width: 100%;
height: 280rpx;
border-radius: 10rpx;
}
.box_row{
display: flex;
line-height: 50rpx;
}
.att-info{
padding-left:40rpx;
}
.att-info .row-content{
padding-left:10rpx;
}
.box_map{
margin-top: 20rpx;
}
/* 人脸识别区域样式 */
.att-img {
display: flex;
flex-direction: column;
align-items: center;
padding: 20rpx 0;
}
.att-img-box{
width: 80%;
height: 280rpx;
background-color: #1E2737;
display: flex;
align-items: center;
justify-content: center;
}
.att-img .att-img-box image {
width: 100%;
height: 100%;
margin-bottom: 20rpx;
border-radius: 10rpx;
background-color: #1E2737;
border-radius: 10rpx;
}
.att-img .att-img-box .placeholder-text {
padding: 20rpx;
background-color: #46B5B2;
color: #fff;
font-size: 36rpx;
}
.att-img button {
background-color: #07C160;
color: white;
border: none;
padding: 20rpx 20rpx;
border-radius: 10rpx;
font-size: 28rpx;
}
.problem_submit_to{
padding:0px 40rpx 40rpx;
}