123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- 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:25%;border-radius: 18rpx;height:80rpx;display: flex;flex-direction:column;justify-content: center;align-items: center;
- 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;margin: 0rpx 0;color:#fff;font-size: 28rpx;padding:20rpx 0 0rpx;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- .avator {
- width:88rpx;
- .icon {
- width:72rpx;height:72rpx;border-radius: 36rpx;
- }
- }
- .tit {
- width:470rpx;
- .list1 {
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- .name {
- font-size: 32rpx;padding-right: 10rpx;height:40rpx;line-height: 40rpx;
- }
- .sex1 {
- width: 76rpx;
- height: 40rpx;
- background: #423339;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #36D6FF;color:#36D6FF;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- image {
- width:24rpx;height:24rpx;
- }
- }
- .sex2 {
- width: 76rpx;
- height: 40rpx;
- background: #423339;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #FF7D88;color:#FF7D88;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- image {
- width:24rpx;height:24rpx;
- }
- }
- .xinzuo {
- width: 92rpx;height: 44rpx;margin-left:10rpx;line-height: 44rpx;
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #404040;font-size: 20rpx;color: #D0D0D0;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- }
- }
- .time {
- color:#D0D0D0;font-size: 24rpx;
- }
- }
- .state {
- width:130rpx;font-size: 28rpx;font-weight: normal;text-align: right;
- .status_2 {
- color:#999;
- }
- .status_1 {
- color:#36D6FF;
- }
- .status_4 {
- color:#FE2D56;
- }
- }
- }
- .content {
- width: 690rpx;font-weight: 400;font-size: 28rpx;color: #FFFFFF;text-align: left;font-style: normal;
- text-transform: none;padding:20rpx 0;
- padding-left:88rpx;
- }
- .photo_list {
- width: 690rpx;margin-bottom:0rpx;padding-left:88rpx;
- border-radius: 28rpx;font-size: 28rpx;
- display: flex;flex-direction: row;align-items: center;
- flex-wrap: wrap;
- .img {
- width:186rpx;height:186rpx;margin-bottom: 24rpx;margin-right: 12rpx;
- image {
- width:186rpx;height:186rpx;border-radius: 28rpx;border:solid 1px rgba(255, 255, 255, 0.2);
- }
- }
- .right {
- color:#fff;
- }
- }
- .desc {
- width: 690rpx;padding:10rpx 0 0rpx;padding-left:88rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- line-height: 0rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- image {
- width:40rpx;height:40rpx;
- }
- .addr {
- width:200rpx;
- }
- .img {
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- padding:0 0rpx 0 30rpx;font-size: 28rpx;color:#fff;
- }
- }
- }
- .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;
- }
|