30 lines
664 B
SCSS
30 lines
664 B
SCSS
.chooseway {
|
|
width: 690rpx;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
display: flex;
|
|
border-bottom: 2rpx solid #EAEAEA;
|
|
margin: 0 auto;
|
|
.item {
|
|
display: flex;
|
|
margin-right: 90rpx;
|
|
.select {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin: auto 0;
|
|
border-radius: 50%;
|
|
background-color: #EAEAEA;
|
|
}
|
|
.selected {
|
|
background-color: #47C877;
|
|
}
|
|
.way {
|
|
color: #333333;
|
|
font-size: 26rpx;
|
|
text-indent: 17rpx;
|
|
}
|
|
}
|
|
.item1 {
|
|
margin-left: 31rpx;
|
|
}
|
|
} |