19 lines
407 B
SCSS
19 lines
407 B
SCSS
.agree {
|
|
width: 690rpx;
|
|
// height: 96rpx;
|
|
line-height: 96rpx;
|
|
display: flex;
|
|
// border-bottom: 2rpx solid #EAEAEA;
|
|
margin: 0 auto;
|
|
color: #999999;
|
|
font-size: 26rpx;
|
|
.select {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin: auto 0;
|
|
border-radius: 50%;
|
|
background-color: #EAEAEA;
|
|
margin-right: 25rpx;
|
|
margin-left: 31rpx;
|
|
}
|
|
} |