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.
120 lines
2.5 KiB
120 lines
2.5 KiB
page {
|
|
width: 100%;
|
|
height:100vh;
|
|
}
|
|
.change-to-issue {
|
|
width: 100%;
|
|
height:100%;
|
|
background: #f7f7f7;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 20rpx 0;
|
|
}
|
|
.change-to-issue .choose-classify {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 0 25rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.change-to-issue .choose-classify .name {
|
|
font-size: 34rpx;
|
|
color:#333;
|
|
}
|
|
.change-to-issue .choose-classify .right {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.change-to-issue .choose-classify .right .selected-classify {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-right: 10rpx;
|
|
}
|
|
.change-to-issue .choose-classify .right .right-sword {
|
|
width: 18rpx;
|
|
height: 23rpx;
|
|
object-fit: cover;
|
|
transform: rotate(0deg);
|
|
transition: transform linear 0.2s;
|
|
}
|
|
.change-to-issue .choose-classify .right .right-sword.selected {
|
|
transform: rotate(90deg);
|
|
transition: transform linear 0.2s;
|
|
}
|
|
|
|
.change-to-issue .handle-abdice {
|
|
width: 100%;
|
|
height: 858rpx;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
padding: 0 25rpx;
|
|
}
|
|
.change-to-issue .handle-abdice .name {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
color: #333;
|
|
font-size: 34rpx;
|
|
border-bottom: 1rpx solid #eaeaea;
|
|
}
|
|
.change-to-issue .handle-abdice textarea {
|
|
width: 100%;
|
|
height: calc(858rpx - 100rpx - 67rpx);
|
|
box-sizing: border-box;
|
|
padding-top: 20rpx;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
line-height: 44rpx;
|
|
}
|
|
.change-to-issue .handle-abdice .textarea {
|
|
width: 100%;
|
|
height: calc(858rpx - 100rpx - 67rpx);
|
|
box-sizing: border-box;
|
|
padding-top: 20rpx;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
line-height: 44rpx;
|
|
word-break: break-all;
|
|
}
|
|
.change-to-issue .handle-abdice .hover-class {
|
|
color: #999;
|
|
}
|
|
.change-to-issue .handle-abdice .topline {
|
|
height: 65rpx;
|
|
width: 100%;
|
|
text-align: right;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.change-to-issue .operation {
|
|
width: 100%;
|
|
height: 84rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-content: center;
|
|
margin-top: 45rpx;
|
|
}
|
|
.change-to-issue .operation button {
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
background: linear-gradient(to right, #f40f0f, #ff4c4c);
|
|
line-height: 84rpx;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
border-radius: 16rpx;
|
|
text-align: center;
|
|
}
|
|
.change-to-issue .operation .hover-change {
|
|
background: red;
|
|
}
|