.desk { min-height: 100vh; background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; padding-bottom: 120rpx; } .money { font-weight: 500; font-size: 48rpx; text-align: center; margin: 0 auto; margin-top: 30rpx; color: #FFFFFF; } .moneyText { color: #FFFFFF; margin: 0 auto; margin-top: 13rpx; text-align: center; } .deskList { width: 710rpx; height: 220rpx; background: #FFFFFF; border-radius: 30rpx 30rpx 30rpx 30rpx; margin: 0 auto; margin-top: 50rpx; display: flex; align-items: center; justify-content: center; padding: 0 76rpx; } .deskItem { display: flex; flex-direction: column; align-items: center; font-weight: 400; font-size: 26rpx; color: #000000; } .deskItem image { height: 70rpx !important; width: auto; margin-bottom: 20rpx; } .filter { width: 710rpx; background: #FFFFFF; border-radius: 30rpx 30rpx 30rpx 30rpx; margin: 0 auto; display: flex; align-items: center; margin-top: 30rpx; box-sizing: border-box; padding: 20rpx 23rpx; font-weight: 400; font-size: 24rpx; color: #222222; } .filterBtn { font-weight: 400; font-size: 26rpx; color: #FFFFFF; width: 150rpx; height: 50rpx; background: #2583FF; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: center; } .filter_start { width: 220rpx; height: 60rpx; background: rgba(37, 131, 255,.1); border-radius: 10rpx 10rpx 10rpx 10rpx; border: 1rpx solid #2583FF; margin-right: 20rpx; display: flex; align-items: center; justify-content: center; } .filter_end { width: 220rpx; height: 60rpx; background: rgba(37, 131, 255,.1); border-radius: 10rpx 10rpx 10rpx 10rpx; border: 1rpx solid #2583FF; margin: 0 20rpx; display: flex; align-items: center; justify-content: center; } .Info { width: 710rpx; background: #FFFFFF; border-radius: 30rpx 30rpx 30rpx 30rpx; margin: 0 auto; margin-top: 30rpx; padding: 38rpx 30rpx; } .Tit { font-weight: bold; font-size: 32rpx; color: #222222; display: flex; align-items: flex-end; margin-bottom: 30rpx; } .subTit { font-weight: 400; font-size: 22rpx; color: #222222; } .Info_item { width: 314rpx; height: 180rpx; background: linear-gradient(141deg, #F8F8FA 0%, #E4E5EF 100%); box-sizing: border-box; margin-bottom: 20rpx; } .Info_item_text { font-weight: 400; font-size: 26rpx; color: #999999; margin-bottom: 45rpx; padding-top: 21rpx; padding-left: 25rpx; } .Info_item_Num { font-weight: 400; font-size: 40rpx; color: #222222; text-align: center; } .Info_List{ display: flex; flex-wrap: wrap; justify-content: space-between; }