page { background-color: #f6f6f6; } .page-container { background-color: #f6f6f6; padding: 0 24rpx; box-sizing: border-box; .empty { height: 190rpx; } } .wrapper { background-color: #ffffff; border-radius: 20rpx; padding: 24rpx; box-shadow: 0 3rpx 4rpx rgba(0, 0, 0, 0.15); margin: 30rpx 0; display: flex; flex-direction: column; .wrapper-title { font-size: 32rpx; color: #141414; margin-bottom: 24rpx; font-weight: bold; text-align: center; } &.hidden { visibility: hidden; } .word-card-box { padding: 34rpx 0; .word-list-empty { text-align: center; font-size: 28rpx; color: #999; } .word-card-list { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 24rpx; &:last-child { margin-bottom: 0; } } } .word-input-box { display: flex; flex-direction: row; justify-content: space-between; } .operation-box { display: flex; flex-direction: row; justify-content: space-between; } } .operation-box { display: flex; flex-direction: row; justify-content: space-between; } .canvas-wrapper { width: 100%; background-color: #fff; box-sizing: border-box; } // #canvasContent { // border: 1px solid #666; // } .bottom-btn-box { position: fixed; left: 0; bottom: 0; width: 100%; height: 120rpx; display: flex; justify-content: space-between; align-items: center; background-color: #fff; box-shadow: 0px -3.9rpx 5.2rpx rgba(0, 0, 0, 0.15); padding: 0 24rpx; box-sizing: border-box; border-radius: 16rpx 16rpx 0 0; }