edit
This commit is contained in:
48
src/app/routes/commom/less/trajectory.less
Normal file
48
src/app/routes/commom/less/trajectory.less
Normal file
@ -0,0 +1,48 @@
|
||||
:host::ng-deep {
|
||||
.text-truncate {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.map_st {
|
||||
max-height: 350px;
|
||||
max-width : 360px;
|
||||
position : absolute;
|
||||
top : 20px;
|
||||
right : 49px;
|
||||
}
|
||||
|
||||
.map_radio {
|
||||
position : absolute;
|
||||
top : 20px;
|
||||
left : 20px;
|
||||
background : #F4F4F5;
|
||||
box-shadow : 0px 2px 8px 1px rgb(0 0 0 / 10%);
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
|
||||
.ant-radio-button-wrapper {
|
||||
background: #F4F4F5;
|
||||
border : unset;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper-checked {
|
||||
color : #CF3834;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.detail_title {
|
||||
font-size : 16px;
|
||||
font-weight: 500;
|
||||
color : #252A3D;
|
||||
line-height: 24px;
|
||||
|
||||
span {
|
||||
color : #E60012;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user