examTeamApp/pageTwo/devices/scss/PCT01.scss

138 lines
2.0 KiB
SCSS

.content {
width: 100%;
min-height: 100vh;
background-color: #fff;
}
.item-ite {
line-height: 20PX;
margin-bottom: 15px;
}
.title {
height: 50px;
line-height: 50px;
text-align: center;
font-weight: bold;
}
.image {
width: 100%;
text-align: center;
margin-top: 30px;
image {
width: 200px;
height: 252px;
margin: auto;
}
}
.end {
color: #fff;
position: absolute;
bottom: 80px;
width: 70px;
height: 70px;
line-height: 70px;
background: $btncolor;
margin-left: calc(50% - 35px);
border-radius: 50px;
text-align: center;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.wrapper {
background-color: rgba(0, 0, 0, 0.6);
.edit {
width: 80% !important;
background-color: #fff;
}
.editem {
height: initial;
display: flex;
align-items: center;
flex-direction: column;
view {
width: 100%;
text-align: center;
margin-bottom: 5px;
}
}
.center {
background-color: #eee;
padding: 0 10px;
display: flex;
flex-wrap: wrap;
margin:45px 0;
font-size: 32rpx;
border-radius: 5px;
// height: 65px;
align-items: center;
justify-content: space-between;
image {
width: 35px;
height: 35px;
margin-right: 10px;
margin-top: 15px;
}
.left {
display: flex;
align-content: center;
padding-bottom: 10px;
}
.name {
margin-top: 15px;
}
}
.center2{
margin:10px 0;
background-color:#fff;
padding: 0 ;
.left{
width: 100%;
background: #eee;
padding: 0 10px 10px;
margin-bottom: 10px
}
}
.item {
display: flex;
justify-content: space-between;
.item-ite {
line-height: 20px;
font-size: 28rpx;
color: #999;
text-align: center;
text {
display: block;
width: 100%;
font-size: 36rpx;
color: #333;
text-align: center;
margin-bottom: 10px;
}
}
}
.btn {
margin-top: 25px;
height: 45px;
line-height: 45px;
background: $btncolor;
margin-bottom: 25px;
}
}