...
|
...
|
@@ -88,17 +88,27 @@ page { |
|
|
|
|
|
.word {
|
|
|
width: 100%;
|
|
|
height: 273rpx;
|
|
|
height: 373rpx;
|
|
|
border: 1px solid rgba(229, 229, 229, 1);
|
|
|
border-radius: 10rpx;
|
|
|
padding: 28rpx;
|
|
|
padding: 28rpx 28rpx 48rpx 28rpx;
|
|
|
box-sizing: border-box;
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: rgba(204, 204, 204, 1);
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.word_num{
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: rgba(204, 204, 204, 1);
|
|
|
position: absolute;
|
|
|
right: 28rpx;
|
|
|
bottom: 10rpx;
|
|
|
}
|
|
|
.submit {
|
|
|
width: 686rpx;
|
|
|
height: 88rpx;
|
...
|
...
|
|