| | |
| | | itemValue: '1' |
| | | } |
| | | ] |
| | | const tabs1ActiveNum = ref('') |
| | | const tabs1ActiveNum = ref('0') |
| | | const tabs2ActiveNum = ref('') |
| | | const tabs2 = [ |
| | | { |
| | |
| | | position: relative; |
| | | background-color: #F7F8FA; |
| | | border-radius: 12px; |
| | | padding: 6px 0; |
| | | padding: 10px 0; |
| | | box-sizing: border-box; |
| | | > .ImgBox { |
| | | width: 26%; |
| | | width: 40%; |
| | | margin: 0 auto; |
| | | border-radius: 50%; |
| | | overflow: hidden; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | img { |
| | | width: 100%; |
| | | } |
| | |
| | | > .TextArea { |
| | | width: 48%; |
| | | p { |
| | | font-size: 12px; |
| | | font-size: 14px; |
| | | margin: 4px 0; |
| | | padding-left: 6px; |
| | | box-sizing: border-box; |