|
@@ -295,6 +295,8 @@ export default {
|
|
.contrast-main-center {
|
|
.contrast-main-center {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ padding: 0 32px;
|
|
|
|
+ width: 100%;
|
|
.gray {
|
|
.gray {
|
|
background: #F5F5FB;
|
|
background: #F5F5FB;
|
|
}
|
|
}
|
|
@@ -305,14 +307,14 @@ export default {
|
|
/* 功能/价格 */
|
|
/* 功能/价格 */
|
|
/* li+li表示选中除第一个li其他所有的li */
|
|
/* li+li表示选中除第一个li其他所有的li */
|
|
.center-left {
|
|
.center-left {
|
|
- width: 468px;
|
|
|
|
|
|
+ flex: 4;
|
|
& > ul {
|
|
& > ul {
|
|
- width: 468px;
|
|
|
|
|
|
+ width: 100%;
|
|
margin: 0;
|
|
margin: 0;
|
|
li + li {
|
|
li + li {
|
|
color: rgba(29, 29, 29, 1);
|
|
color: rgba(29, 29, 29, 1);
|
|
padding-left: 24px;
|
|
padding-left: 24px;
|
|
- width: 468px;
|
|
|
|
|
|
+ width: 100%;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
border-left: 1px solid #ececec;
|
|
border-left: 1px solid #ececec;
|
|
border-bottom: 1px solid $border-color;
|
|
border-bottom: 1px solid $border-color;
|
|
@@ -359,15 +361,15 @@ export default {
|
|
|
|
|
|
// 免费版
|
|
// 免费版
|
|
.center-center {
|
|
.center-center {
|
|
- width: 336px;
|
|
|
|
|
|
+ flex: 3;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
& > ul {
|
|
& > ul {
|
|
- width: 336px;
|
|
|
|
|
|
+ width: 100%;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
margin: 0;
|
|
margin: 0;
|
|
li + li {
|
|
li + li {
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
- width: 336px;
|
|
|
|
|
|
+ width: 100%;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
@@ -449,17 +451,17 @@ export default {
|
|
|
|
|
|
/* VIP订阅专属服务 */
|
|
/* VIP订阅专属服务 */
|
|
.center-right {
|
|
.center-right {
|
|
- width: 336px;
|
|
|
|
|
|
+ flex: 3;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
border-right: 1px solid $border-color;
|
|
border-right: 1px solid $border-color;
|
|
|
|
|
|
& > ul {
|
|
& > ul {
|
|
- width: 336px;
|
|
|
|
|
|
+ width: 100%;
|
|
margin: 0;
|
|
margin: 0;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
|
|
|
|
li + li {
|
|
li + li {
|
|
- width: 336px;
|
|
|
|
|
|
+ width: 100%;
|
|
text-align: center;
|
|
text-align: center;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
font-size: 14px;
|
|
font-size: 14px;
|