.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; 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: #2583FF; } .filterItem_Con_tagList .money { font-weight: 500; font-size: 36rpx; color: #2583FF; } .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: #2583FF; display: flex; align-items: center; } .foot_mony text { font-weight: 400; font-size: 22rpx; color: #2583FF; } .foot_btn { font-weight: bold; font-size: 36rpx; color: #FFFFFF; width: 180rpx; height: 62rpx; background: #2583FF; 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: #2583FF; 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; } .payItem { padding-left: 20rpx; padding-right: 20rpx; padding-top: 30rpx; padding-bottom: 30rpx; margin-bottom: 40rpx; background-color: #fff; } .payItem_tit { display: flex; align-items: center; justify-content: space-between; padding-bottom: 30rpx; border-bottom: 1rpx solid #E6E6E6; } .payItem_tit_time { font-weight: 400; font-size: 26rpx; color: #222222; } .payItem_tit_state { font-weight: 400; font-size: 26rpx; color: #2583FF; } .payItem_goods { display: flex; align-items: center; margin-top: 30rpx; margin-bottom: 40rpx; } .payItem_goods_img { width: 160rpx; height: 160rpx; border-radius: 30rpx; overflow: hidden; box-sizing: border-box; margin-right: 30rpx; } .payItem_goods_img image { width: 100% !important; height: 100% !important; } .payItem_goods_msg_orderNum { font-weight: 400; font-size: 28rpx; color: #000000; } .payItem_goods_msg_orderName { font-weight: 400; font-size: 26rpx; color: #222222; margin: 20rpx 0; } .payItem_goods_msg_orderPrice { font-weight: 400; font-size: 26rpx; color: #222222; } .rows { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30rpx; } .rows_tit { font-weight: 400; font-size: 26rpx; color: #222222; } .rows_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: #2583FF; 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; }