Files
doodle-mini/miniprogram/pages/index/index.less
T

100 lines
1.8 KiB
Plaintext

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;
// }
.btn-area {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 190rpx;
display: flex;
justify-content: space-between;
background-color: #fff;
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
padding: 24rpx 30rpx;
box-sizing: border-box;
}