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.
42 lines
691 B
42 lines
691 B
6 years ago
|
/* components/segment/index.wxss */
|
||
|
.header-titles {
|
||
|
height: 36px;
|
||
|
display: flex;
|
||
|
/* justify-content: space-around; */
|
||
|
padding: 5px;
|
||
|
}
|
||
|
.title {
|
||
|
width: 150rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
color: #999999;
|
||
|
font-size: 14px;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
.item-title{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.title-selected {
|
||
|
font-size: 16px;
|
||
|
color: #292E3E;
|
||
|
}
|
||
|
.select-line{
|
||
|
margin-top: 4px;
|
||
|
width: 10px;
|
||
|
height: 2px;
|
||
|
border-radius: 5px;
|
||
|
background-color: #FA4646;
|
||
|
}
|
||
|
|
||
|
.main{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
font-size: 90rpx;
|
||
|
color: white;
|
||
|
}
|