94 lines
1.5 KiB
Plaintext
94 lines
1.5 KiB
Plaintext
/* pages/user/guanyu/guanyu.wxss */
|
|
|
|
.GAP {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.SB {
|
|
background-color: #003b97;
|
|
height: 210rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.studyplus {
|
|
height: 150rpx;
|
|
width: 600rpx;
|
|
margin-bottom: 15rpx;
|
|
margin-left: 150rpx;
|
|
margin-top: 15rpx;
|
|
margin-right: 150rpx;
|
|
}
|
|
|
|
.category-item {
|
|
width: 100%;
|
|
margin: 20rpx 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.detail-item {
|
|
display: flex;
|
|
margin-left: 30rpx;
|
|
border-bottom: 1px solid RGBA(217, 217, 217, 0.4);
|
|
height: 85rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.detail-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.detail-item image {
|
|
height: 40rpx;
|
|
width: 40rpx;
|
|
}
|
|
|
|
.detail-item text {
|
|
color: #7f8389;
|
|
font-size: 24rpx;
|
|
flex: 1;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.detail-item .detail-item-btn {
|
|
width: 50rpx;
|
|
color: #d9d9d9;
|
|
height: 40rpx;
|
|
margin-right: 20rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.detail-item .detail-item-btn::after {
|
|
display: inline-block;
|
|
content: '';
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
color: #d9d9d9;
|
|
margin-top: 8rpx;
|
|
border: 3rpx #d9d9d9 solid;
|
|
border-top-color: transparent;
|
|
border-left-color: transparent;
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.kongbai {
|
|
margin-bottom: 670rpx;
|
|
}
|
|
|
|
.BT {
|
|
color: #7f8389;
|
|
font-size: 20rpx;
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.banquan {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|