/* pages/order/joinOrder/history/index.wxss */ .box { width: 690rpx; background: #FFFFFF; border-radius: 20rpx; margin: 0 auto; } page { background: #F2F2F2; } .item { margin: 0 30rpx; height: 105rpx; border-bottom: 1rpx solid #d8d8d8; font-size: 30rpx; color: #333333; padding: 20rpx 0; } .box .item:last-child { border-bottom: none; } .box .item .name { flex-shrink: 0; } .item-top,.tags { display: flex; align-items: center; justify-content: space-between; } .item-top { margin-bottom: 20rpx; } .item-top .tel { flex: 1; margin: 0 30rpx; } .tags { font-size: 26rpx; color: #0B898E; } .item-top.active { color: #0B898E; font-weight: bold; } .tag { width: 120rpx; line-height: 40rpx; color: #0B898E; background: rgba(11, 137, 142, .1); border-radius: 10rpx; text-align: center; } .tags view:last-child { margin-left: 30rpx; } .btn { width: 632rpx; line-height: 70rpx; background: #0B898E; border-radius: 20rpx; text-align: center; position: fixed; font-size: 30rpx; color: #FFFFFF; bottom: 30rpx; left: 59rpx; }