.main { position: relative; width: 100%; } .main .one { float: left; width: 100%; } .main .one .one_1 { position: relative; width: 100%; height: 290px; text-align: center; overflow: hidden; } .main .one .one_1 .bg { position: relative; width: 100%; } .main .one .one_1 .bg image { float: left; width: 100%; height: 290px; overflow: hidden; } .main .one .one_1 .info { position: absolute; width: 100%; text-align: center; padding: 100px 0 0 0; } .main .one .one_1 .info image { width: 80px; height: 80px; border-radius: 90px; margin: 0 0 5px 0; } .main .one .one_1 .info .name { font-size: 16px; color: #fff; margin: 0 0 5px 0; padding: 0 10px; } .main .one .one_1 .info .num { font-size: 16px; color: #fff; } .main .one .one_2 { float: left; width: 95%; padding: 10px; background-color: #fff; margin: 0 0 10px 0; } .main .one .one_2 .otherinfo { float: left; width: 100%; margin: 0 0 5px 0; font-size: 15px; color: #666; } .main .one .one_2 .otherinfo text { color: #000000; } .main .one .one_3 { float: left; width: 95%; padding: 10px; background-color: #fff; margin: 0 0 10px 0; } .main .one .one_3 .txt { float: left; width: 100%; font-size: 15px; color: #000; margin: 0 0 5px 0; } .main .one .one_3 .members { float: left; width: 100%; } .main .one .one_3 .members .list { float: left; width: 24%; text-align: center; margin: 0 0 5px 0; position: relative; } .main .one .one_3 .members .list .image { width: 60px; height: 60px; overflow: hidden; border-radius: 90px; background-color: #f1f1f1; } .main .one .one_3 .members .list .nickname { font-size: 14px; } .main .one .one_3 .members .list .del { position: absolute; width: 20px; height: 20px; top: 0; right: 0; overflow: hidden; } .main .one .one_4 { float: left; width: 95%; background-color: #fff; padding: 10px; text-align: center; } .main .one .one_4 button { width: 80%; color: #ffffff; font-size: 13px; background-color: rgba(243, 32, 162, 0.5); background-image: linear-gradient(to right, rgb(247, 59, 69), rgb(223, 41, 247)); }