You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

74 lines
1.2 KiB

/* pages/supplier/index.wxss */
.topimg {
display: block;
width: 100%;
mask-border: 210rpx;
}
.content {
display: flex;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
flex-direction: column;
justify-content: center;
align-items: center;
}
.btn {
display: flex;
width: 613rpx;
height: 107rpx;
color: #fff;
font-size: 36rpx;
font-weight: bold;
background: linear-gradient(0deg, #4375E7, #759EFD);
border-radius: 53rpx;
justify-content: center;
margin-top: 94rpx;
align-items: center;
box-sizing: border-box;
}
.line-btn .com-flex {
height: 100rpx;
margin: 0 2px;
width: 520rpx;
background: white;
border-radius: 50rpx;
color: #4375E7;
justify-content: center;
}
.btnbg2 .com-flex {
color: #F95440;
}
.btnbg2 {
background: #F95440;
}
.btnbg1 .com-flex {
color: #68CB59;
}
.btnbg1 {
background: #68CB59;
}
.right-btn {
flex: 1;
font-size: 25rpx;
color: #fff;
margin-left: 10rpx;
}
.btn image {
width: 40rpx;
margin-right: 26rpx;
display: block;
}
.btn.disable {
background: #BDBFBF;
}
.bottomimg {
display: block;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
z-index: -1;
}