部分页面样式调整
This commit is contained in:
@@ -2169,8 +2169,15 @@ textarea:focus{
|
||||
cursor: no-drop;
|
||||
}
|
||||
}
|
||||
&.white{
|
||||
.generage_btn{
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
.generage_btn{
|
||||
// margin: 0 auto;
|
||||
border: 2px solid #000;
|
||||
margin-left: 2rem;
|
||||
display: flex;
|
||||
font-size: 1.6rem;
|
||||
@@ -2181,7 +2188,7 @@ textarea:focus{
|
||||
height: 5.4rem;
|
||||
}
|
||||
.generage_btn{
|
||||
width: 10rem;
|
||||
// width: 10rem;
|
||||
}
|
||||
.icon-xiala{
|
||||
margin-left: 1rem;
|
||||
@@ -2194,23 +2201,26 @@ textarea:focus{
|
||||
.content{
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
width: calc(100% - 2rem);
|
||||
left: 0rem;
|
||||
// width: calc(100% - 2rem);
|
||||
width: min-content;
|
||||
min-width: 8rem;
|
||||
text-align: center;
|
||||
border-radius: calc(1rem* 1.2);
|
||||
overflow: hidden;
|
||||
z-index: 3;
|
||||
margin-top: .2rem;
|
||||
margin-left: 2rem;
|
||||
right: 0;
|
||||
left: auto;
|
||||
>div{
|
||||
background: #cccccc;
|
||||
line-height: 2;
|
||||
font-size: 1.8rem;
|
||||
font-size: 1.4rem;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: #fff;
|
||||
padding: .4rem 1.2rem;
|
||||
&.active{
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user