.box { min-height: 100vh; } .nav-box { box-sizing: border-box; width: 100%; z-index: 2; background: #F9F9F9; padding-bottom: 25rpx; } .nav-box .nav-bar { display: flex; align-items: center; } .nav-box .nav-bar .nav-bar-left, .nav-box .nav-bar .nav-bar-right { padding: 0 20rpx; min-width: 36rpx; } .nav-box .nav-bar .nav-bar-left van-icon { vertical-align: sub; color: #333333; } .nav-box .nav-bar .nav-bar-title { flex: 1; text-align: center; font-weight: 400; font-size: 36rpx; color: #000000; } .filterItem { display: flex; align-items: center; justify-content: space-between; padding: 20rpx 0; margin: 0 20rpx; border-bottom: 1rpx solid #E6E6E6; box-sizing: border-box; } .filterItem:last-child { border-bottom: none; } .filterItem_buy { font-weight: 400; font-size: 26rpx; color: #FFFFFF; width: 120rpx; height: 50rpx; background: #D5AC66; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: center; } .filterItem_Msg { display: flex; margin-left: 10rpx; } .filterItem_Img { width: 180rpx; height: 180rpx; border-radius: 30rpx 30rpx 30rpx 30rpx; overflow: hidden; margin-right: 30rpx; } .filterItem_Img image { width: 100%; height: 100%; } .filterItem_Con_tit { font-weight: 400; font-size: 32rpx; color: #000000; margin-bottom: 20rpx; } .filterItem_Con_tagList { display: flex; align-items: center; margin-bottom: 20rpx; font-weight: 400; font-size: 22rpx; color: #999999; } .filterItem_Con_tagList .icon { color: #FF512A; } .filterItem_Con_tagList .money { font-weight: 500; font-size: 36rpx; color: #FF512A; } .gray { height: 20rpx; background-color: #F9F9F9; margin-top: 10rpx; } .form { margin: 0 20rpx; box-sizing: border-box; } .formItem { display: flex; align-items: center; justify-content: space-between; padding: 30rpx 0; border-bottom: 1rpx solid #E6E6E6; } .formItem_ask { font-weight: 400; font-size: 26rpx; color: #222222; } .formItem_con { text-align: right; } .formItem2 { margin-top: 33rpx; } .foremItem2_tit { font-weight: 400; font-size: 26rpx; color: #222222; } .foremItem2_con { margin-top: 20rpx; width: 100%; } .foremItem2_con textarea { width: 100%; } .foot { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9; height: 180rpx; box-shadow: 22rpx -6rpx 11rpx -7rpx rgba(150, 85, 81, 0.2); display: flex; align-items: center; justify-content: space-between; padding-left: 20rpx; padding-right: 20rpx; background-color: #fff; } .foot_mony { font-weight: 500; font-size: 36rpx; color: #FF512A; display: flex; align-items: center; } .foot_mony text { font-weight: 400; font-size: 22rpx; color: #FF512A; } .foot_btn { font-weight: bold; font-size: 36rpx; color: #FFFFFF; width: 180rpx; height: 62rpx; background: #FF512A; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: center; } .tabList { display: flex; align-items: center; padding-left: 20rpx; padding-top: 20rpx; } .tab { font-weight: 400; font-size: 28rpx; color: #555555; margin-right: 86rpx; padding-bottom: 10rpx; } .active { font-size: 32rpx; position: relative; color: #222222; } .active::after { content: ''; width: 127rpx; height: 10rpx; background: #FF512A; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); } .active::before { content: ''; filter: blur(6rpx); width: 127rpx; height: 10rpx; background: #FF5D73; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); } .filterList { margin-top: 30rpx; max-height: 40vh; overflow: hidden; overflow-y: auto; } .deviceItem { background-color: #fff; padding: 30rpx 20rpx; margin-bottom: 20rpx; } .deviceItem_Tit { font-family: HarmonyOS Sans SC, HarmonyOS Sans SC; font-weight: bold; font-size: 32rpx; color: #222222; margin-bottom: 30rpx; } .deviceItemCon { display: flex; align-items: center; margin-bottom: 20rox; } .deviceItemCon_tit { font-weight: 400; font-size: 26rpx; color: #999999; margin-right: 30rpx; min-width: 4em; } .product{ font-size: 28rpx; color: #999; font-weight: bold; margin-top: 10rpx; margin-bottom: 10rpx; } .deviceItemCon_con { font-weight: 400; font-size: 26rpx; color: #222222; } .buybox { display: flex; justify-content: flex-end; margin-top: 10rpx; } .buy { width: 150rpx; height: 50rpx; background: #FF512A; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: center; font-weight: 400; font-size: 26rpx; color: #FFFFFF; } .payList { background-color: #f9f9f9; } .ipt { /* width: 540rpx; */ width: 100%; height: 54rpx; background: #F9F9F9; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 0 26rpx; } .ipt input{ flex: 1; } .iptBox { background-color: #fff; display: flex; align-items: center; justify-content: space-between; margin-top: 33rpx; padding: 0 20rpx; } .search { width: 30rpx; height: 30rpx; } .search image { width: 100% !important; height: 100% !important; } .select { flex: 1; height: 100%; width: 100%; } .select .van-dropdown-menu { background-color: transparent !important; box-shadow: none !important; height: 100% !important; } .select .van-ellipsis { font-weight: 400; font-size: 26rpx; color: #999999; }