page{ background-color: #f5f5f7; font-size: 26upx; } .logsMain{ width: 100%; margin-top: 30upx; background-color: #ffffff; padding: 30upx 0; position: relative; } .date{ padding: 0 30upx; font-size: 28upx; } .const { margin-top: 20upx; display: flex; font-size: 28upx; } .const view:nth-child(1){ margin: 0 30upx; } .controls{ position: absolute; right: 30upx; top: 30%; background-color: #e3b400; color: #ffffff; display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 26upx; border-radius: 16upx; padding: 16upx 40upx; }