|
@@ -20,6 +20,7 @@
|
|
|
padding-bottom: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
|
border-bottom: 2rpx solid rgba(151, 151, 151, .1);
|
|
border-bottom: 2rpx solid rgba(151, 151, 151, .1);
|
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
|
|
|
+ z-index: 99;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.company-data-image {
|
|
.company-data-image {
|
|
@@ -28,6 +29,7 @@
|
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
|
margin-right: 20rpx;
|
|
margin-right: 20rpx;
|
|
|
background-color: royalblue;
|
|
background-color: royalblue;
|
|
|
|
|
+ z-index: 99;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.company-data-brandName {
|
|
.company-data-brandName {
|
|
@@ -36,6 +38,7 @@
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
color: #000000;
|
|
color: #000000;
|
|
|
|
|
+ z-index: 99;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.company-data-but {
|
|
.company-data-but {
|
|
@@ -57,12 +60,12 @@
|
|
|
text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
|
|
text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.jujue{
|
|
|
|
|
|
|
+.jujue {
|
|
|
background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
|
|
background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 选择合作方式 */
|
|
/* 选择合作方式 */
|
|
|
-.pattern{
|
|
|
|
|
|
|
+.pattern {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -73,14 +76,16 @@
|
|
|
height: 46rpx;
|
|
height: 46rpx;
|
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
|
border: 2rpx solid #4BBECF;
|
|
border: 2rpx solid #4BBECF;
|
|
|
|
|
+ z-index: 99;
|
|
|
}
|
|
}
|
|
|
-.pattern-item-box{
|
|
|
|
|
- position:absolute;
|
|
|
|
|
|
|
+
|
|
|
|
|
+.pattern-item-box {
|
|
|
|
|
+ position: absolute;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
top: 65rpx;
|
|
top: 65rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.pattern-item{
|
|
|
|
|
|
|
+.pattern-item {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
border: 2rpx solid #e8e8e8;
|
|
border: 2rpx solid #e8e8e8;
|
|
@@ -89,20 +94,20 @@
|
|
|
box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.pattern-item>view{
|
|
|
|
|
|
|
+.pattern-item>view {
|
|
|
line-height: 50rpx;
|
|
line-height: 50rpx;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.pattern-item::after{
|
|
|
|
|
|
|
+.pattern-item::after {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
content: '';
|
|
content: '';
|
|
|
display: block;
|
|
display: block;
|
|
|
width: 15rpx;
|
|
width: 15rpx;
|
|
|
height: 15rpx;
|
|
height: 15rpx;
|
|
|
- background-color:#fff;
|
|
|
|
|
- transform:rotate(45deg);
|
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
|
+ transform: rotate(45deg);
|
|
|
border: 2rpx solid #e8e8e8;
|
|
border: 2rpx solid #e8e8e8;
|
|
|
border-bottom: 0;
|
|
border-bottom: 0;
|
|
|
border-right: 0;
|
|
border-right: 0;
|