123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- $deep-blue: #004a97;
- .product-right {
- // flex:1;
- width: 800px;
- margin-top: -10px;
- .product-right-top {
- .title {
- margin-bottom: 10px;
- max-width: 800px;
- .title-1 {
- vertical-align: bottom;
- font-size: 18px;
- font-weight: bold;
- }
- .title-2 {
- vertical-align: bottom;
- font-size: 16px;
- color: #0b6dc9;
- margin: 0 10px;
- }
- .title-3 {
- vertical-align: bottom;
- margin-right: 4px;
- width: 44px;
- border-radius: 4px;
- }
- .title-4 {
- vertical-align: bottom;
- margin-right: 10px;
- height: 30px;
- }
- }
- .color {
- height: 36px;
- display: flex;
- align-items: center;
- .color-item {
- width: 36px;
- div {
- margin: 0 auto;
- cursor: pointer;
- width: 28px;
- height: 28px;
- box-shadow:
- 0 3px 6px rgba(0, 0, 0, 0.16),
- 0 1px 2px rgba(0, 0, 0, 0.23);
- border-radius: 20px;
- transition: all 0.2s;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .slip {
- box-sizing: border-box;
- width: 34px;
- height: 34px;
- border: 1px solid #004a97;
- padding: 3px;
- }
- }
- }
- }
- .product-right-bottom {
- margin-bottom: 20px;
- .details {
- h3 {
- font-size: 20px;
- margin-bottom: 10px;
- }
- p,
- li {
- line-height: 1.8;
- font-size: 16px;
- }
- .details-1 {
- margin-bottom: 15px;
- p,
- li {
- color: #4a596c;
- }
- ul{
- padding-left: 20px;
- li {
- list-style-type: disc;
- }
- }
- }
- .details-2 {
- h3 {
- text-align: center;
- }
- p {
- text-indent: 2em;
- color: #ff4500;
- font-weight: bold;
- text-align: center;
- }
- }
- .details-3 {
- position: relative;
- ul {
- position: relative;
- z-index: 1;
- margin-top: 15px;
- li {
- border-bottom: 1px solid rgba(190, 190, 190, 0.2);
- display: flex;
- div {
- line-height: 1.5;
- padding: 5px 0 5px 20px;
- }
- .title {
- font-size: 16px;
- text-align: center;
- background-color: $deep-blue;
- width: 100%;
- color: #fff;
- }
- .point {
- min-width: 193px;
- background-color: #f5f5f5;
- font-size: 16px;
- }
- .info {
- font-size: 14px;
- color: #4a596c;
- & + .info {
- padding-left: 0;
- }
- }
- a {
- color: #6495ed;
- }
- }
- }
- }
- button {
- position: absolute;
- top: 0;
- right: 0; /* 初始位置在 ul 区域的右边 */
- transition: right 1.5s; /* 右移效果和 z-index 延迟变更 */
- z-index: 0;
- height: 34px;
- display: flex;
- align-items: center;
- }
- .details-3:hover .el-button {
- right: -75px; /* 鼠标移入 ul 区域时滑出到右上角 */
- transition: right 1.5s;
- }
- .showcase {
- height: 60px;
- // margin-top: 20px;
- .banner {
- width: 100%;
- height: 100%;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- }
- }
- h5 {
- font-size: 16px;
- margin-bottom: 20px;
- }
- .resources {
- width: 450px;
- margin-left: 20px;
- }
- .maketing {
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- p {
- cursor: pointer;
- margin-bottom: 30px;
- display: inline-block;
- img {
- margin-right: 10px;
- vertical-align: middle;
- }
- vertical-align: middle;
- }
- }
- .compliance {
- img {
- height: 60px;
- margin-right: 20px;
- margin-bottom: 20px;
- cursor: pointer;
- }
- }
- .quote-tips {
- font-size: 16px;
- }
- }
- }
|