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.
 
 
 

53 lines
1.1 KiB

.contioner{
width: 100vw;
height: 100vh;
background-color: #1a1a1a;
.content{
width: 700upx;
margin: 0upx auto;
overflow: hidden;
.frist{
margin-top: 30upx;
}
.contentitem{
width: 700upx;
height: 110upx;
background-color: #262626;
display: flex;
position: relative;
align-items: center;
margin-bottom: 30upx;
border-radius: 20upx;
.itemname{
width: 100upx;
margin-left: 40upx;
color: #FFFFFF;
font-size: 30upx;
}
.fanhui{
width: 40upx;
height: 40upx;
color: #ffffff;
input{
width: 300upx;
margin-left: 30upx;
}
}
}
}
.button{
width: 700upx;
height: 80upx;
margin: auto;
margin-top: 40upx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
border-radius: 40upx;
background: #77A1D3; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E684AE, #8eeeed); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E684AE, #8eeeed); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-size: 30upx;
}
}