114 lines
1.9 KiB
Plaintext
114 lines
1.9 KiB
Plaintext
|
.page-body{padding:0 20rpx;}
|
||
|
.page-section{
|
||
|
display: inline;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.page-section .nameBox{
|
||
|
display: block;
|
||
|
/* justify-content: center; 水平居中 */
|
||
|
}
|
||
|
.page-section .nameBox .textarea {
|
||
|
width: 100%; /* 设置宽度,避免占满整行 */
|
||
|
height: 60rpx;
|
||
|
display: flex;
|
||
|
}
|
||
|
.saveEdit{
|
||
|
|
||
|
width: 90%;
|
||
|
height: 100rpx;
|
||
|
position: fixed;
|
||
|
bottom: 20rpx;
|
||
|
left: 38rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.bao {
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
background: linear-gradient(to right,#25ca9f,#2ebcc0);
|
||
|
left: 0;
|
||
|
color: #ffffff;
|
||
|
font-size: 33rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
.isRuleShow{
|
||
|
display: block;
|
||
|
}
|
||
|
.isRuleHide{
|
||
|
display: none;
|
||
|
}
|
||
|
.ruleZhezhao{
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
position: fixed;
|
||
|
background-color:rgba(0, 0, 0, .5);
|
||
|
z-index: 2;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
.ruleZhezhaoContent{
|
||
|
padding: 20rpx 0;
|
||
|
width: 80%;
|
||
|
background: #ffffff;
|
||
|
margin: 20% auto;
|
||
|
border-radius: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-around;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
}
|
||
|
.ruleZhezhaoText{
|
||
|
width: 80%;
|
||
|
font-size: 30rpx;
|
||
|
color: #856d5f;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
margin: 25rpx 0 25rpx 0;
|
||
|
}
|
||
|
.ruleZhezhaoText text:nth-child(1){
|
||
|
color: #fff;
|
||
|
font-size: 40rpx;
|
||
|
height: 60rpx;
|
||
|
width: 60rpx;
|
||
|
background: #664a2c;
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
line-height: 60rpx;
|
||
|
border-radius: 30rpx;
|
||
|
margin-right: 10rpx;
|
||
|
}
|
||
|
.ruleZhezhaoText text:nth-child(2){
|
||
|
flex-wrap:wrap;
|
||
|
width: 80%;
|
||
|
}
|
||
|
.ruleHide{
|
||
|
height: 60rpx!important;
|
||
|
width: 60rpx!important;
|
||
|
position: absolute;
|
||
|
top: -20rpx;
|
||
|
right: -20rpx;
|
||
|
}
|
||
|
.rule{
|
||
|
display: block;
|
||
|
border: 1px solid #fff;
|
||
|
width: 100rpx;
|
||
|
text-align: center;
|
||
|
line-height: 60rpx;
|
||
|
color: #fff;
|
||
|
height: 60rpx;
|
||
|
font-size: 30rpx;
|
||
|
border-radius: 30rpx;
|
||
|
position: absolute;
|
||
|
top: 10%;
|
||
|
right: 5%;
|
||
|
}
|