You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
696 B
28 lines
696 B
/* subpages/mine/evaluate/evaluate.wxss */
|
|
page{
|
|
background-color:#f8f8f8 ;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.question-input {
|
|
width: 98%;
|
|
margin-left: 1%;
|
|
margin-top: 2%;
|
|
height: 500rpx;
|
|
border-radius: 10rpx;
|
|
padding: 15rpx;
|
|
box-sizing: border-box;
|
|
background-color: rgba(246, 246, 246, 1);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.bsBtn {
|
|
width: 440rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 600rpx;
|
|
background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%);
|
|
color: rgba(255, 255, 255, 1);
|
|
font-size: 34rpx;
|
|
text-align: center;
|
|
margin: 22rpx auto 22rpx;
|
|
}
|