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.
63 lines
1.0 KiB
63 lines
1.0 KiB
/* pages/agent/index/index.wxss */
|
|
.bj{
|
|
height: 1300rpx;
|
|
background-color: white;
|
|
}
|
|
.bgImgView {
|
|
width: 100%;
|
|
height: 548rpx;
|
|
padding: 160rpx 186rpx 94rpx 186rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.imgsj {
|
|
height: 294rpx;
|
|
width: 378rpx;
|
|
}
|
|
|
|
.midText {
|
|
width: 100%;
|
|
height: 67rpx;
|
|
padding: 0rpx 279rpx 0rpx 279rpx;
|
|
}
|
|
|
|
.midText2 {
|
|
font-size: 48rpx;
|
|
color: #000000;
|
|
letter-spacing: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.midText3 {
|
|
width: 100%;
|
|
height: 45px;
|
|
padding: 0rpx 199rpx 0rpx 199rpx;
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
.midText4 {
|
|
font-size: 32rpx;
|
|
color: rgba(0, 0, 0, 0.75);
|
|
letter-spacing: 0;
|
|
text-align: left;
|
|
}
|
|
.bg-blue{
|
|
color: #FFFFFF;
|
|
background-color: #008AFF;
|
|
}
|
|
|
|
.offer-btn {
|
|
width: 480rpx;
|
|
height: 88rpx;
|
|
background: linear-gradient(312deg, rgba(38, 125, 214, 1) 0%, rgba(0, 138, 255, 1) 100%);
|
|
box-shadow: 0px 10px 13px -8px rgba(35, 126, 217, 0.53);
|
|
border-radius: 10rpx;
|
|
color: white;
|
|
font-size: 32rpx;
|
|
margin-left: 32rpx;
|
|
}
|
|
.bottomBtn{
|
|
width: 100%;
|
|
height: 88rpx;
|
|
padding:0rpx 135rpx 0rpx 135rpx;
|
|
}
|