123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- 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;
- }
- }
- }
- }
- .list_info {
- display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
- width:750rpx;
-
- .item {
- width: 690rpx;height: 132rpx;margin-top: 10rpx;color:#fff;font-size: 28rpx;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- .avator {
- width:110rpx;
- .icon {
- width:80rpx;height:80rpx;
- }
- }
- .tit {
- width:470rpx;
- .name {
- font-size: 28rpx;
- }
- .desc {
- color:#999;font-size: 24rpx;
- }
- }
- .state {
- width:110rpx;font-size: 28rpx;font-weight: normal;text-align: right;
- .status_1 {
- color:#FF2A95;
- }
- .status_9 {
- color:#999999;
- }
- }
- }
- .huifu {
- width: 680rpx;margin-bottom:20rpx;margin-left:10rpx;
- background: #28292D;padding:20rpx 24rpx;
- border-radius: 28rpx;font-size: 28rpx;
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- .left {
- display: flex;flex-direction: row;justify-content: flex-start;
- .imgBg {
- width:116rpx;height:116rpx;background-color: #161616;border-radius: 28rpx;
- image {
- width:100rpx;height:100rpx;
- }
- }
- .name {
- display: flex;flex-direction: column;justify-content: center;padding-left:20rpx;
- .title {
- font-size: 28rpx;color:#fff;
- }
- .price {
- font-size: 24rpx;color:#FF2A95;padding-top:10rpx;
- }
- }
- }
- .right {
- color:#fff;
- }
- }
- .desc {
- width: 650rpx;padding:10rpx 0 30rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- line-height: 0rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- .btn_submit {
- width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
- border: 2rpx solid #404040;
- border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- }
- .blankHeight {
- height:300rpx;
- }
|