123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- page {
- background-color: #161616;
- }
- .page {
- width:100vh;height:100vh;
- background-color: #161616;
- background: url('../../static/sms/bg_alpha.png');
- background-size: 750rpx 1624rpx;
- }
- .topbg {
- }
- .topBody {
- width:750rpx;
- }
- .list_info {
- display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;
- width:750rpx;
- .new_join {
- width:108rpx;height:108rpx;margin-top:180rpx;
- }
- .name {
- font-size: 40rpx;
- color: #FFFFFF;margin-top: 36rpx;
- }
- .qun_img {
- width:750rpx;height:450rpx;margin-top:56rpx;
- }
- .desc {
- width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
- color:#999;font-size: 24rpx;margin-top: 20rpx;
- }
- .qun_name {
- width: 560rpx;height: 104rpx;margin-top:-50rpx;
- background: #3E3F43;text-align: center;
- border-radius: 132rpx 132rpx 132rpx 132rpx;
- }
- .btn_submit {
- width: 560rpx;height: 104rpx;margin-top:52rpx;
- background: linear-gradient( 133deg, #FF5967 0%, #FF3C83 100%);
- border-radius: 132rpx 132rpx 132rpx 132rpx;
- font-weight: bold;font-size: 28rpx;color: #FFFFFF;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- }
- }
|