78 lines
1.2 KiB
Plaintext
78 lines
1.2 KiB
Plaintext
/* packageH/schoolCompany/schoolCompanyBind/schoolCompanyBind.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.item {
|
|
position: relative;
|
|
width: 690rpx;
|
|
height: 340rpx;
|
|
margin: 30rpx auto;
|
|
margin-bottom: 50rpx;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.item .bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 690rpx;
|
|
height: 340rpx;
|
|
}
|
|
|
|
.item .container {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 690rpx;
|
|
height: 340rpx;
|
|
padding: 35rpx 39rpx 26rpx;
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.item .container .name {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
word-break: keep-all;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.btns {
|
|
width: 100%;
|
|
height: 2rem;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.btns .btn {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #f15354;
|
|
border-radius: 1rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.success {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding-top: 40rpx;
|
|
margin-bottom: 50rpx;
|
|
color: #f15354;
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
}
|