yylib-quick-mobile
Version:
yylib-quick-mobile
30 lines (25 loc) • 524 B
text/less
.yy-segmented-control {
&.am-segment {
min-height: 30px;
border-radius: 3px;
}
.sub-title {
color: #888;
font-size: 14px;
padding: 30px 0 18px 0;
margin: 0;
}
//.am-segment {
// min-height: 30px;
// border-radius: 3px;
//}
.am-segment-item:first-child {
border-radius: 3px 0 0 3px;
}
.am-segment-item:last-child {
border-radius: 0 3px 3px 0;
}
.am-segment-item[aria-selected="false"] {
background-color: #fff ;
}
}