123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- 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;
- }
- }
- .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;
- }
- }
- .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;
- }
- }
- }
- .blankHeight {
- height:300rpx;
- }
|