page { width: 100%; height: 100%; background: #ff7c06; } .container { width: 93%; /* height: 97%; */ background: rgba(255, 254, 250, 1); border-radius: 10px; margin: auto auto; display: flex; flex-direction: column; justify-content: flex-start; align-content: center; align-items: center; overflow: scroll; margin-bottom: 100rpx; height:95%; } .item { display: flex; flex-direction: row; justify-content: space-between; font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: rgba(51, 51, 51, 1); /* margin-top: 40rpx; */ padding-top: 30rpx; width: 90%; min-height: 45rpx; } .item view { width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .item_right { text-align: right; } .no_record_bg { width: 436rpx; height: 336rpx; margin-top: 300rpx; } .no_record_bg image { width: 436rpx; height: 336rpx; } .no_record_text { width: 100%; font-size: 36rpx; font-family: PingFang SC; font-weight: 500; color: rgba(51, 51, 51, 1); text-align: center; }