2025-06-06 15:17:30 +08:00

33 lines
601 B
Plaintext

/* subpackage/team/creat/creat.wxss */
.page-content{
/* background: linear-gradient(190deg, #359cfd 0%, #f7f7f7 800rpx, #f7f7f7 100%); */
padding: 40rpx 60rpx;
box-sizing: border-box;
padding-bottom: 300rpx;
min-height: 100vh;
}
.btn-creat{
margin-top:150rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 40rpx;
height: 80rpx;
background: #26A5F6;
color: #fff;
font-weight: bold;
}
.ipt{
margin-top: 20rpx;
border-radius: 10px;
background: rgb(244, 246, 248);
height: 90rpx;
padding-left: 15rpx;
}
.btn {
margin-top: 40rpx;
}