/**index.wxss**/ .wrap{ width:690rpx; /* background:rgba(255,255,255,1); box-shadow:0rpx 0rpx 21rpx 0rpx rgba(0, 0, 0, 0.09); */ border-radius:10rpx; margin: 0 auto; } .item{ width:690rpx; /* height:100rpx; */ margin-top: 30rpx; display: flex; align-items: center; position: relative; } .item .item_l{ padding-right: 20rpx; display: flex; } .item .title{ font-size:32rpx; color:rgba(0,0,0,.87); } .item .item_r{ padding-right: 20rpx; } .item .item_r.flex{ display: flex; align-items: center; } .time{ width:240rpx; height:50rpx; background:rgba(255,255,255,1); border:1rpx solid rgba(0,0,0,.12); border-radius:10rpx; text-align: center; color:rgba(89,89,89,1); } .line{ width:18rpx; height:2rpx; background:rgba(0,0,0,.12); margin: 0 12rpx; } /* 查询 */ .item_search{ width: 100rpx; height: 50rpx; margin-left: 20rpx; background: #D54C43; border-radius: 45rpx; font-size: 24rpx; color: #FFFFFF; display: flex; align-items: center; justify-content: center; }