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.
94 lines
1.5 KiB
94 lines
1.5 KiB
/* pages/home/tab1/index.wxss */
|
|
.bj {
|
|
background-color: white;
|
|
min-height: 900rpx;
|
|
}
|
|
|
|
.vip-btn {
|
|
/* height: 90rpx; */
|
|
width: 180rpx;
|
|
background: #F5F5F5;
|
|
float: right;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.top {
|
|
height: 258rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.topText {
|
|
width: 440rpx;
|
|
height: 258rpx;
|
|
float: left;
|
|
padding-left: 48rpx;
|
|
padding-top: 60rpx;
|
|
font-size: 44rpx;
|
|
color: #000000;
|
|
font-family: PingFangSC-Medium;
|
|
}
|
|
|
|
.mid {
|
|
height: 150rpx;
|
|
padding-top: 100rpx;
|
|
padding-left: 48rpx;
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.bottom {
|
|
height: 410rpx;
|
|
padding: 48rpx;
|
|
}
|
|
|
|
.btson1 {
|
|
height: 147rpx;
|
|
width: 315rpx;
|
|
float: left;
|
|
overflow: hidden;
|
|
border: 3rpx solid #D8D8D8;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
padding: 22px 33px 22px 33px;
|
|
}
|
|
|
|
.btson2 {
|
|
height: 147rpx;
|
|
width: 315rpx;
|
|
float: right;
|
|
overflow: hidden;
|
|
border: 3rpx solid #D8D8D8;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
padding: 22px 33px 22px 33px;
|
|
}
|
|
|
|
.btson3 {
|
|
height: 147rpx;
|
|
width: 315rpx;
|
|
float: left;
|
|
margin-top: 20rpx;
|
|
overflow: hidden;
|
|
border: 3rpx solid #D8D8D8;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
padding: 22px 33px 22px 33px;
|
|
}
|
|
|
|
.btson4 {
|
|
height: 147rpx;
|
|
width: 315rpx;
|
|
float: right;
|
|
margin-top: 20rpx;
|
|
overflow: hidden;
|
|
border: 3rpx solid #D8D8D8;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
padding: 22px 33px 22px 33px;
|
|
}
|
|
.otherInpt{
|
|
padding-left: 48rpx;
|
|
}
|