You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
2.8 KiB
Plaintext
116 lines
2.8 KiB
Plaintext
|
2 years ago
|
.am-list-item {
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-align: center;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
align-items: center;
|
||
|
|
background: #fff;
|
||
|
|
}.am-list-prefix {
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-align: center;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
align-items: center;
|
||
|
|
padding: 12px;
|
||
|
|
padding: var(--am-list-item-padding,12px);
|
||
|
|
padding-right: 0;
|
||
|
|
}.am-list-line {
|
||
|
|
position: relative;
|
||
|
|
padding: 12px;
|
||
|
|
border-bottom: 1rpx solid #eee;
|
||
|
|
padding: var(--am-list-item-padding,12px);
|
||
|
|
padding-left: 0;
|
||
|
|
-webkit-box-flex: 1;
|
||
|
|
-webkit-flex: 1;
|
||
|
|
flex: 1;
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-align: center;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
align-items: center;
|
||
|
|
-webkit-align-self: stretch;
|
||
|
|
align-self: stretch;
|
||
|
|
overflow: hidden;
|
||
|
|
max-width: 100%;
|
||
|
|
}.am-list-content {
|
||
|
|
-webkit-box-flex: 3;
|
||
|
|
-webkit-flex: 3;
|
||
|
|
flex: 3;
|
||
|
|
text-align: left;
|
||
|
|
-webkit-align-self: stretch;
|
||
|
|
align-self: stretch;
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-orient: vertical;
|
||
|
|
-webkit-box-direction: normal;
|
||
|
|
-webkit-flex-direction: column;
|
||
|
|
flex-direction: column;
|
||
|
|
-webkit-box-pack: space-evenly;
|
||
|
|
-webkit-justify-content: space-evenly;
|
||
|
|
justify-content: space-evenly;
|
||
|
|
overflow: hidden;
|
||
|
|
line-height: normal;
|
||
|
|
}.am-list-content-title {
|
||
|
|
font-size: 17px;
|
||
|
|
font-size: var(--am-list-item-content-title-size,17px);
|
||
|
|
color: #333;
|
||
|
|
color: var(--am-list-item-content-color,#333);
|
||
|
|
white-space: nowrap;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
overflow: hidden;
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
}.am-list-content-subtitle, .am-list-content-title {
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-align: center;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
align-items: center;
|
||
|
|
}.am-list-text-wrapper__fix {
|
||
|
|
-webkit-box-flex: 1;
|
||
|
|
-webkit-flex: 1;
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
.am-list-text-wrapper {
|
||
|
|
margin-right: 12px;
|
||
|
|
margin-right: var(--am-list-item-padding,12px);
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
overflow: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
.am-list-extra {
|
||
|
|
color: #999;
|
||
|
|
color: var(--am-list-item-extra-color,#999);
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -webkit-flex;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-pack: end;
|
||
|
|
-webkit-justify-content: flex-end;
|
||
|
|
justify-content: flex-end;
|
||
|
|
-webkit-align-self: stretch;
|
||
|
|
align-self: stretch;
|
||
|
|
-webkit-box-align: center;
|
||
|
|
-webkit-align-items: center;
|
||
|
|
align-items: center;
|
||
|
|
margin-left: 12px;
|
||
|
|
margin-left: var(--am-list-item-padding,12px);
|
||
|
|
-webkit-box-flex: 2;
|
||
|
|
-webkit-flex: 2;
|
||
|
|
flex: 2;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.w180{
|
||
|
|
padding: 8px !important;
|
||
|
|
background-color: #FE633F !important;
|
||
|
|
width: 180px;
|
||
|
|
margin: 0.2em auto 24px;
|
||
|
|
color:#fff;
|
||
|
|
padding: 8px;
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|