page { background-color: #161616; } .page { background-color: #161616; } .topbg { } .topBody { width:750rpx; } .mainBody { width:750rpx;padding:1rpx 20rpx;display: flex;flex-direction: column; border-bottom: solid 2rpx #393939; .menu { display: flex;flex-direction: row;justify-content: space-between;padding:20rpx 0rpx 0rpx; .item { width:360rpx;border-radius: 18rpx;height:80rpx;display: flex;flex-direction:column;justify-content: center;align-items: center; margin:0 20rpx;color:#999999; .line { width: 36rpx;height: 8rpx;margin-top: 20rpx; background: #161616; border-radius: 4rpx 4rpx 4rpx 4rpx; } } .active { color:#fff; .line { width: 36rpx;height: 8rpx;margin-top: 20rpx; background: linear-gradient( 90deg, #FF5869 0%, #F83881 100%); border-radius: 4rpx 4rpx 4rpx 4rpx; } } } .scroll-view_H { white-space: nowrap; width: 750rpx;color:#fff; .item { width:120rpx;border-radius: 18rpx;height:80rpx; display: inline-flex;flex-direction:column;justify-content: center;align-items: center; margin:0 20rpx;color:#999999; .line { width: 36rpx;height: 8rpx;margin-top: 20rpx; background: #161616; border-radius: 4rpx 4rpx 4rpx 4rpx; } } .active { color:#fff; .line { width: 36rpx;height: 8rpx;margin-top: 20rpx; background: linear-gradient( 90deg, #FF5869 0%, #F83881 100%); border-radius: 4rpx 4rpx 4rpx 4rpx; } } } .scroll-view-item_H { display: inline-block; width: 200rpx; text-align: center; font-size: 36rpx; } } .list_info { display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff; width:750rpx; .item { margin-top: 20rpx;color:#fff;font-size: 28rpx; display: flex;flex-direction: column;justify-content: center;align-items: center; width: 690rpx; height: 770rpx; background: #28292D; border-radius: 28rpx 28rpx 28rpx 28rpx; .avator { width:258rpx;height:258rpx; .icon { width:258rpx;height:258rpx;border-radius: 129rpx; } } .tit { width:690rpx;display: flex;flex-direction: column;justify-content: center;align-items: center; margin-top:50rpx; .name { font-size: 32rpx; } .desc { color:#999;font-size: 28rpx;margin-top:12rpx; } } .list_mem { width:100%;margin-top:30rpx; display: flex;flex-direction: row;justify-content: center;align-items: center; image { width:72rpx;height:72rpx;margin:0rpx 8rpx;border-radius: 36rpx; } } .btn_submit { width: 390rpx;height: 96rpx;margin-top:30rpx; background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%); border-radius: 28rpx 28rpx 28rpx 28rpx; display: flex;flex-direction: column;justify-content: center;align-items: center; } .gray { background: linear-gradient( 142deg, #FF5967 50%, #FF2A95 10%); } } } .blankHeight { height:300rpx; }