|
@@ -594,162 +594,165 @@
|
|
|
}
|
|
|
|
|
|
.cor-list-item {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
- padding: .28rem .32rem;
|
|
|
- }
|
|
|
- .cor-list-item:after {
|
|
|
- left: .32rem;
|
|
|
- }
|
|
|
- .cor-item-left {
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .cor-item-right {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- .cor-item-right .j-icon {
|
|
|
- width: .4rem;
|
|
|
- height: .4rem;
|
|
|
- }
|
|
|
- .cor-item-l-r {
|
|
|
- margin: 0 .16rem;
|
|
|
- flex: 1;
|
|
|
- }
|
|
|
- .cor-item-title {
|
|
|
- margin-bottom: .12rem;
|
|
|
- font-size: .28rem;
|
|
|
- font-weight: 700;
|
|
|
- line-height: .4rem;
|
|
|
- color: #171826;
|
|
|
- }
|
|
|
- .cor-item-info,
|
|
|
- .cor-item-location {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-size: .24rem;
|
|
|
- line-height: .36rem;
|
|
|
- color: #5F5E64;
|
|
|
- }
|
|
|
- .cor-item-location {
|
|
|
- margin-top: .12rem;
|
|
|
- font-size: .22rem;
|
|
|
- color: #5F5E64;
|
|
|
- }
|
|
|
- .cor-item-project {
|
|
|
- margin-right: .48rem;
|
|
|
- }
|
|
|
- .cor-item-right .more-action{
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- .cor-item-right .more-action .j-icon{
|
|
|
- margin-right: .08rem;
|
|
|
- }
|
|
|
- .tooltip{
|
|
|
- margin-left: .32rem;
|
|
|
- }
|
|
|
- .keywordpopup{
|
|
|
- z-index: 2100;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .van-dialog__header{
|
|
|
- padding-top: 24px;
|
|
|
- color: #171826;
|
|
|
- font-size: .36rem;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-dialog-message{
|
|
|
- font-size: .3rem;
|
|
|
- color: #5F5E64;
|
|
|
- line-height: .44rem;
|
|
|
- text-align: justify;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .van-cell{
|
|
|
- margin-top: .32rem;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
- border-radius: 4px;
|
|
|
- font-size: .3rem;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-dialog-checkbox{
|
|
|
- margin: .48rem 0 .2rem;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .van-checkbox__icon--checked .van-icon{
|
|
|
- color: #fff;
|
|
|
- background: #2ABED1;
|
|
|
- border-color: #2ABED1;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-dialog-checkbox .van-checkbox__label{
|
|
|
- font-size: .24rem;
|
|
|
- color: #9B9CA3;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .van-dialog__content{
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-dialog-content{
|
|
|
- padding: 0.16rem 0.6rem
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-dialog-footer{
|
|
|
- position: relative;
|
|
|
- display: flex;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-user-select: none;
|
|
|
- user-select: none;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-dialog-footer::after{
|
|
|
- position: absolute;
|
|
|
- box-sizing: border-box;
|
|
|
- content: ' ';
|
|
|
- pointer-events: none;
|
|
|
- top: -50%;
|
|
|
- right: -50%;
|
|
|
- bottom: -50%;
|
|
|
- left: -50%;
|
|
|
- border: 0 solid #ebedf0;
|
|
|
- -webkit-transform: scale(.5);
|
|
|
- transform: scale(.5);
|
|
|
- border-top-width: 1px;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-button{
|
|
|
- position: relative;
|
|
|
- flex: 1;
|
|
|
- height: 48px;
|
|
|
- margin: 0;
|
|
|
- border: 0;
|
|
|
- font-size: .36rem;
|
|
|
- line-height: 26px;
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-button::before{
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-color: #000;
|
|
|
- border: inherit;
|
|
|
- border-color: #000;
|
|
|
- border-radius: inherit;
|
|
|
- -webkit-transform: translate(-50%,-50%);
|
|
|
- transform: translate(-50%,-50%);
|
|
|
- opacity: 0;
|
|
|
- content: ' ';
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-button-confirm{
|
|
|
- color: #2ABED1;
|
|
|
- }
|
|
|
- .onekey-sub-dialog .sub-button-confirm:disabled{
|
|
|
- opacity: 0.5;
|
|
|
- }
|
|
|
- .sub-area-picker .van-picker-column__item{
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .sub-area-picker .van-picker__cancel,.sub-area-picker .van-picker__confirm{
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- .sub-area-picker .van-picker__confirm{
|
|
|
- color: #2ABED1;
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: .28rem .32rem;
|
|
|
+ }
|
|
|
+ .cor-list-item:after {
|
|
|
+ left: .32rem;
|
|
|
+ }
|
|
|
+ .cor-item-left {
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .cor-item-right {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .cor-item-right .j-icon {
|
|
|
+ width: .4rem;
|
|
|
+ height: .4rem;
|
|
|
+ }
|
|
|
+ .cor-item-l-r {
|
|
|
+ margin: 0 .16rem;
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+ .cor-item-title {
|
|
|
+ margin-bottom: .12rem;
|
|
|
+ font-size: .28rem;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: .4rem;
|
|
|
+ color: #171826;
|
|
|
+ }
|
|
|
+ .cor-item-info,
|
|
|
+ .cor-item-location {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: .24rem;
|
|
|
+ line-height: .36rem;
|
|
|
+ color: #5F5E64;
|
|
|
+ }
|
|
|
+ .cor-item-location {
|
|
|
+ margin-top: .12rem;
|
|
|
+ font-size: .22rem;
|
|
|
+ color: #5F5E64;
|
|
|
+ }
|
|
|
+ .cor-item-project {
|
|
|
+ margin-right: .48rem;
|
|
|
+ }
|
|
|
+ .cor-item-right .more-action{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .cor-item-right .more-action .j-icon{
|
|
|
+ margin-right: .08rem;
|
|
|
+ }
|
|
|
+ .tooltip{
|
|
|
+ margin-left: .32rem;
|
|
|
+ }
|
|
|
+ .keywordpopup{
|
|
|
+ z-index: 2100;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .van-dialog__header{
|
|
|
+ padding-top: 24px;
|
|
|
+ color: #171826;
|
|
|
+ font-size: .36rem;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-dialog-message{
|
|
|
+ font-size: .3rem;
|
|
|
+ color: #5F5E64;
|
|
|
+ line-height: .44rem;
|
|
|
+ text-align: justify;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .van-cell{
|
|
|
+ margin-top: .32rem;
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
+ border-radius: 4px;
|
|
|
+ font-size: .3rem;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-dialog-checkbox{
|
|
|
+ margin: .48rem 0 .2rem;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .van-checkbox__icon--checked .van-icon{
|
|
|
+ color: #fff;
|
|
|
+ background: #2ABED1;
|
|
|
+ border-color: #2ABED1;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-dialog-checkbox .van-checkbox__label{
|
|
|
+ font-size: .24rem;
|
|
|
+ color: #9B9CA3;
|
|
|
+ }
|
|
|
+ .van-cell__right-icon{
|
|
|
+ color: #C0C4CC;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .van-dialog__content{
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-dialog-content{
|
|
|
+ padding: 0.16rem 0.6rem
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-dialog-footer{
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ overflow: hidden;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ user-select: none;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-dialog-footer::after{
|
|
|
+ position: absolute;
|
|
|
+ box-sizing: border-box;
|
|
|
+ content: ' ';
|
|
|
+ pointer-events: none;
|
|
|
+ top: -50%;
|
|
|
+ right: -50%;
|
|
|
+ bottom: -50%;
|
|
|
+ left: -50%;
|
|
|
+ border: 0 solid #ebedf0;
|
|
|
+ -webkit-transform: scale(.5);
|
|
|
+ transform: scale(.5);
|
|
|
+ border-top-width: 1px;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-button{
|
|
|
+ position: relative;
|
|
|
+ flex: 1;
|
|
|
+ height: 48px;
|
|
|
+ margin: 0;
|
|
|
+ border: 0;
|
|
|
+ font-size: .36rem;
|
|
|
+ line-height: 26px;
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-button::before{
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #000;
|
|
|
+ border: inherit;
|
|
|
+ border-color: #000;
|
|
|
+ border-radius: inherit;
|
|
|
+ -webkit-transform: translate(-50%,-50%);
|
|
|
+ transform: translate(-50%,-50%);
|
|
|
+ opacity: 0;
|
|
|
+ content: ' ';
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-button-confirm{
|
|
|
+ color: #2ABED1;
|
|
|
+ }
|
|
|
+ .onekey-sub-dialog .sub-button-confirm:disabled{
|
|
|
+ opacity: 0.5;
|
|
|
+ }
|
|
|
+ .sub-area-picker .van-picker-column__item{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .sub-area-picker .van-picker__cancel,.sub-area-picker .van-picker__confirm{
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ .sub-area-picker .van-picker__confirm{
|
|
|
+ color: #2ABED1;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<!--S-Loading-->
|
|
@@ -1841,6 +1844,7 @@
|
|
|
<div class="sub-dialog-message">剑鱼标讯推荐您将搜索词 <span style="color: #2ABED1;">“${sub.keyWords}”</span> 添加到您的订阅中,以保证及时接收项目信息。</div>
|
|
|
<van-field
|
|
|
v-if="sub.showArea"
|
|
|
+ :border="false"
|
|
|
readonly
|
|
|
clickable
|
|
|
name="picker"
|