feat: 初始化
This commit is contained in:
41
pages/components/completeInfoReminder/detailModal/index.scss
Normal file
41
pages/components/completeInfoReminder/detailModal/index.scss
Normal file
@ -0,0 +1,41 @@
|
||||
.detailModal {
|
||||
position: relative;
|
||||
width: calc(100vw - 50px);
|
||||
max-width: 363px;
|
||||
padding: 32px 29px 42px;
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
.closeIcon {
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
right: 21px;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
.detailContent {
|
||||
.title {
|
||||
color: #333333;
|
||||
font-size: 28px;
|
||||
font-weight: 700;
|
||||
line-height: 41px;
|
||||
}
|
||||
.desc {
|
||||
margin-top: 8px;
|
||||
color: #999999;
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.steps {
|
||||
margin-top: 27px;
|
||||
::v-deep .uni-steps__column-title {
|
||||
font-weight: 500;
|
||||
color: #333333 !important;
|
||||
}
|
||||
}
|
||||
.startNow {
|
||||
margin-top: -17px;
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user