66 lines
989 B
Plaintext
66 lines
989 B
Plaintext
/* pages/ourteam/ourteam.wxss */
|
|
|
|
.line {
|
|
width: 750rpx;
|
|
height: 30rpx;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.top {
|
|
width: 650rpx;
|
|
height: 100rpx;
|
|
background-color: #f4e2d3;
|
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
|
font-size: 36rpx;
|
|
line-height: 100rpx;
|
|
color: #ee7b1e;
|
|
text-align: center;
|
|
padding: 0 50rpx;
|
|
}
|
|
|
|
.one {
|
|
width: 690rpx;
|
|
height: 235rpx;
|
|
margin: 0 auto;
|
|
border-bottom: 1rpx solid #e5e5e5;
|
|
}
|
|
|
|
.one-title {
|
|
font-size: 36rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
margin: 40rpx 0rpx 60rpx 0rpx;
|
|
}
|
|
|
|
.one-list {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
|
|
.one-list-left image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.one-list-left view {
|
|
font-size: 28rpx;
|
|
color: #ee7b1e;
|
|
margin-left: 28rpx;
|
|
}
|
|
.one-list-right{
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.one-team{
|
|
width: 690rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.none-text{
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
text-align: center;
|
|
margin-top: 260rpx;
|
|
} |