.contioner{ width: 100vw; height: 100vh; background-color: #1a1a1a; .content{ width: 700upx; margin: 0upx auto; overflow: hidden; .dealy{ text-align: center; margin-top: 100upx; image{ width: 170upx; height: 140upx; border-radius: 20upx; } } .title{ text-align: center; color: #FFFFFF; margin-top: 30upx; margin-bottom: 80upx; font-size: 30upx; } .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{ margin-left: 40upx; color: #FFFFFF; font-size: 30upx; } .fanhui{ width: 300upx; height: 40upx; color: #6d6d6d; font-size: 30upx; .input{ width: 330upx; margin-left: 30upx; } .inputone{ margin-left: 55upx; } } } } }