This commit is contained in:
@jyuhsin
2025-09-18 16:09:24 +08:00
parent cfc4c5210d
commit 3d7f8c3a75
27 changed files with 191 additions and 191 deletions
@@ -328,13 +328,13 @@ const applyForm = {
},
},
style: /*language=CSS*/ `
::v-deep .companionList_empty_text {
/deep/ .companionList_empty_text {
text-align: center;
padding: 10px 0;
font-size: 14px;
color: grey;
}
::v-deep .button {
/deep/ .button {
position: fixed;
bottom: 0;
width: 100%;
@@ -72,7 +72,7 @@ const meetingInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .table-class{
/deep/ .table-class{
width: 100%;
border-radius: 5px;
overflow: hidden;
@@ -81,15 +81,15 @@ const meetingInfo = {
table-layout: fixed;
border-collapse: collapse;
}
::v-deep .table-class th {
/deep/ .table-class th {
background-color: #f2f2f2;
border: 1px solid #dddddd;
}
::v-deep .table-class tr {
/deep/ .table-class tr {
text-align: center;
border-bottom: 1px solid #dddddd;
}
::v-deep .table-class td {
/deep/ .table-class td {
border: 1px solid #dddddd;
}
`
@@ -335,7 +335,7 @@ layout("/layouts/platform_h5.html"){
padding: 0;
}
::v-deep .container .title {
/deep/ .container .title {
text-align: center;
padding: 20px;
background: #ffffff;
@@ -368,7 +368,7 @@ layout("/layouts/platform_h5.html"){
top: 0;
}
::v-deep .timer {
/deep/ .timer {
text-align: center;
font-size: 18px;
background: #fff;
@@ -201,7 +201,7 @@ layout("/layouts/platform_h5.html"){
padding: 0;
}
::v-deep .container .title {
/deep/ .container .title {
text-align: center;
padding: 20px;
margin: 0 !important;
@@ -237,7 +237,7 @@ layout("/layouts/platform_h5.html"){
top: 0;
}
::v-deep .score-form {
/deep/ .score-form {
background: #ffffff;
display: flex;
margin-bottom: 10px;
@@ -245,7 +245,7 @@ layout("/layouts/platform_h5.html"){
align-items: center;
}
::v-deep .score-form-total {
/deep/ .score-form-total {
flex: 1;
background: #fff;
display: flex;
@@ -254,12 +254,12 @@ layout("/layouts/platform_h5.html"){
align-items: flex-end;
}
::v-deep .score-text-news {
/deep/ .score-text-news {
flex: 1;
background: #fff;
}
::v-deep .score-font-style {
/deep/ .score-font-style {
font-size: 32px;
color: #ff6a00;
word-break: keep-all;
@@ -268,7 +268,7 @@ layout("/layouts/platform_h5.html"){
text-align: center;
}
::v-deep .score-underline {
/deep/ .score-underline {
background: url(//image.wjx.cn/images/newimg/score-form/score-underline@2x.png) no-repeat center;
background-size: 47px 16px;
display: inline-block;
@@ -308,12 +308,12 @@ layout("/layouts/platform_h5.html"){
background: #fff;
}
::v-deep .history-list {
/deep/ .history-list {
background: #f1f1f1;
padding: 10px;
}
::v-deep .history-item {
/deep/ .history-item {
background: #ffffff;
border-radius: 12px;
padding: 16px;
@@ -324,26 +324,26 @@ layout("/layouts/platform_h5.html"){
transition: transform 0.2s ease-in-out;
}
::v-deep .history-header {
/deep/ .history-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
}
::v-deep .history-header span {
/deep/ .history-header span {
font-size: 14px;
font-weight: 600;
color: #333;
}
::v-deep .history-header .tag {
/deep/ .history-header .tag {
margin-left: 8px;
color: #fff;
padding: 2px 5px;
}
::v-deep .history-info {
/deep/ .history-info {
font-size: 14px;
color: #555;
margin-bottom: 4px;
@@ -284,7 +284,7 @@ const apply = {
},
},
style: /*language=CSS*/ `
::v-deep .top-calendar {
/deep/ .top-calendar {
height: 70px;
max-height: 70px;
position: sticky;
@@ -296,13 +296,13 @@ const apply = {
align-items: center;
background-color: #0e78c5;
}
::v-deep .calendar-left {
/deep/ .calendar-left {
/*width: calc(100% - 20px);*/
overflow-x: auto;
display: flex;
height: 90%;
}
::v-deep .calendar-left-day {
/deep/ .calendar-left-day {
min-width: 65px;
height: 100%;
margin: 0 5px;
@@ -313,24 +313,24 @@ const apply = {
color: #FFF;
border-radius: 10px;
}
::v-deep .left-day-active {
/deep/ .left-day-active {
background-color: #0000cc;
}
::v-deep .left-day-disabled {
/deep/ .left-day-disabled {
background-color: lightgrey;
}
::v-deep .container {
/deep/ .container {
background-color: white;
margin: 10px 0;
padding: 10px 0;
overflow-y: auto;
height: calc(100vh - 46px - 70px - 56px - 30px);
}
::v-deep .container-times {
/deep/ .container-times {
width: 58%;
text-align: center;
}
::v-deep .container-state {
/deep/ .container-state {
width: 80px;
height: 36px;
line-height: 36px;
@@ -339,10 +339,10 @@ const apply = {
border-radius: 2px;
color: #929292;
}
::v-deep table {
/deep/ table {
border-collapse: collapse;
}
::v-deep .calendar-right {
/deep/ .calendar-right {
width: 30px;
max-width: 30px;
text-align: center;
@@ -354,7 +354,7 @@ const apply = {
margin-left: 5px;
}
::v-deep .calendar-popup {
/deep/ .calendar-popup {
top: 46px;
}
`
@@ -99,7 +99,7 @@ const siteInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .table-class{
/deep/ .table-class{
width: 100%;
border-radius: 5px;
overflow: hidden;
@@ -108,15 +108,15 @@ const siteInfo = {
table-layout: fixed;
border-collapse: collapse;
}
::v-deep .table-class th {
/deep/ .table-class th {
background-color: #f2f2f2;
border: 1px solid #dddddd;
}
::v-deep .table-class tr {
/deep/ .table-class tr {
text-align: center;
border-bottom: 1px solid #dddddd;
}
::v-deep .table-class td {
/deep/ .table-class td {
border: 1px solid #dddddd;
}
`
@@ -107,7 +107,7 @@ const applyForm = {
},
},
style: /*language=CSS*/ `
::v-deep .van-radio__label {
/deep/ .van-radio__label {
display: flex;
align-items: center;
}
@@ -32,7 +32,7 @@ const projectInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .info-middle {
/deep/ .info-middle {
background-color: #F5F7FA;
width: 80%;
margin: 0 auto;
@@ -42,7 +42,7 @@ const projectInfo = {
color: #666666;
font-size: 14px;
}
::v-deep .info-title {
/deep/ .info-title {
font-weight: bold;
background-color: white;
padding: 13px;
@@ -50,7 +50,7 @@ const projectInfo = {
text-align: center !important;
margin-top: 10px;
}
::v-deep .info-content {
/deep/ .info-content {
padding: 10px;
background-color: white;
}
@@ -33,7 +33,7 @@ const typeInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .info-middle {
/deep/ .info-middle {
background-color: #F5F7FA;
width: 80%;
margin: 0 auto;
@@ -43,7 +43,7 @@ const typeInfo = {
color: #666666;
font-size: 14px;
}
::v-deep .info-title {
/deep/ .info-title {
font-weight: bold;
background-color: white;
padding: 13px;
@@ -51,7 +51,7 @@ const typeInfo = {
text-align: center !important;
margin-top: 10px;
}
::v-deep .info-content {
/deep/ .info-content {
padding: 10px;
background-color: white;
}
@@ -48,7 +48,7 @@ const doctorInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .table-class{
/deep/ .table-class{
width: 100%;
border-radius: 5px;
overflow: hidden;
@@ -57,18 +57,18 @@ const doctorInfo = {
table-layout: fixed;
border-collapse: collapse;
}
::v-deep .table-class th {
/deep/ .table-class th {
background-color: #f2f2f2;
border: 1px solid #dddddd;
}
::v-deep .table-class tr {
/deep/ .table-class tr {
text-align: center;
border-bottom: 1px solid #dddddd;
}
::v-deep .table-class td {
/deep/ .table-class td {
border: 1px solid #dddddd;
}
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
@@ -58,15 +58,15 @@ const info = {
}
},
style: /*language=CSS*/ `
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
}
::v-deep .user-face{
/deep/ .user-face{
display: flex;
}
::v-deep .van-step__title {
/deep/ .van-step__title {
font-size: 13px;
}
`
@@ -48,7 +48,7 @@ const doctorInfo = {
},
},
style: /*language=CSS*/ `
::v-deep .table-class{
/deep/ .table-class{
width: 100%;
border-radius: 5px;
overflow: hidden;
@@ -57,18 +57,18 @@ const doctorInfo = {
table-layout: fixed;
border-collapse: collapse;
}
::v-deep .table-class th {
/deep/ .table-class th {
background-color: #f2f2f2;
border: 1px solid #dddddd;
}
::v-deep .table-class tr {
/deep/ .table-class tr {
text-align: center;
border-bottom: 1px solid #dddddd;
}
::v-deep .table-class td {
/deep/ .table-class td {
border: 1px solid #dddddd;
}
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
@@ -58,15 +58,15 @@ const info = {
}
},
style: /*language=CSS*/ `
::v-deep .empty-text {
/deep/ .empty-text {
font-size: 14px;
text-align: center;
padding: 10px 0;
}
::v-deep .user-face{
/deep/ .user-face{
display: flex;
}
::v-deep .van-step__title {
/deep/ .van-step__title {
font-size: 13px;
}
`
@@ -446,7 +446,7 @@ const apps = {
}
/* 菜单弹框样式 */
::v-deep .menu-popup {
/deep/ .menu-popup {
height: 100%;
display: flex;
flex-direction: column;
@@ -454,7 +454,7 @@ const apps = {
overflow: hidden;
}
::v-deep .popup-header {
/deep/ .popup-header {
display: flex;
justify-content: space-between;
align-items: center;
@@ -463,26 +463,26 @@ const apps = {
background: #fff;
}
::v-deep .popup-title {
/deep/ .popup-title {
font-size: 16px;
font-weight: 500;
color: #323233;
}
::v-deep .close-icon {
/deep/ .close-icon {
font-size: 18px;
color: #969799;
cursor: pointer;
}
::v-deep .menu-grid {
/deep/ .menu-grid {
flex: 1;
overflow-y: auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
}
::v-deep .grid-item {
/deep/ .grid-item {
display: flex;
flex-direction: column;
align-items: center;
@@ -493,12 +493,12 @@ const apps = {
min-width: 0;
}
::v-deep .grid-item:active {
/deep/ .grid-item:active {
transform: scale(0.95);
background: #f2f3f5;
}
::v-deep .grid-icon {
/deep/ .grid-icon {
width: 48px;
height: 48px;
border-radius: 12px;
@@ -510,7 +510,7 @@ const apps = {
color: #fff;
}
::v-deep .grid-name {
/deep/ .grid-name {
font-size: 14px;
font-weight: 500;
color: #323233;
@@ -524,25 +524,25 @@ const apps = {
min-width: 0;
}
::v-deep .grid-desc {
/deep/ .grid-desc {
font-size: 12px;
color: #969799;
text-align: center;
line-height: 1.2;
}
::v-deep .menu-name {
/deep/ .menu-name {
font-size: 16px;
color: #323233;
margin-bottom: 4px;
}
::v-deep .menu-desc {
/deep/ .menu-desc {
font-size: 12px;
color: #969799;
}
::v-deep .menu-arrow {
/deep/ .menu-arrow {
font-size: 16px;
color: #c8c9cc;
}
@@ -153,7 +153,7 @@ const home = {
width: 100%;
}
.act-list ::v-deep .act-item-wrapper-tag{
.act-list /deep/ .act-item-wrapper-tag{
position: absolute;
left: 10px;
top: 10px;
@@ -282,7 +282,7 @@ const todo = {
margin: 0 auto;
}
::v-deep .filter-section {
/deep/ .filter-section {
margin-bottom: 16px;
}
@@ -307,46 +307,46 @@ const todo = {
margin-top: 16px;
}
::v-deep .task-item {
/deep/ .task-item {
margin-bottom: 12px;
overflow: hidden;
background-color: #ffffff;
}
::v-deep .task-content {
/deep/ .task-content {
padding: 16px;
}
::v-deep .task-title {
/deep/ .task-title {
font-weight: 500;
font-size: 16px;
margin-bottom: 8px;
color: #323233;
}
::v-deep .task-info {
/deep/ .task-info {
display: flex;
font-size: 14px;
color: #969799;
margin-bottom: 4px;
}
::v-deep .task-info-label {
/deep/ .task-info-label {
width: 70px;
flex-shrink: 0;
}
::v-deep .task-info-value {
/deep/ .task-info-value {
flex: 1;
}
::v-deep .task-footer {
/deep/ .task-footer {
display: flex;
justify-content: flex-end;
margin-top: 12px;
}
::v-deep .empty-section {
/deep/ .empty-section {
padding: 40px 0;
text-align: center;
color: #969799;