33 lines
494 B
Plaintext
33 lines
494 B
Plaintext
/* pages/my/my_introduction/my_introduction.wxss */
|
|
@import "../../../wxParse/wxParse.wxss";
|
|
.all{
|
|
width: 690rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.title{
|
|
font-size: 32rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #333333;
|
|
margin: 50rpx 0 30rpx;
|
|
}
|
|
.cont{
|
|
font-size: 24rpx;
|
|
line-height: 35rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.img image{
|
|
width: 690rpx;
|
|
background-color: #54390a;
|
|
border-radius: 10rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.jj{
|
|
width: 750rpx;
|
|
}
|
|
.jj image{
|
|
width: 100% !important;
|
|
}
|