Initial Commit
This commit is contained in:
32
pages/my/my_introduction/my_introduction.wxss
Normal file
32
pages/my/my_introduction/my_introduction.wxss
Normal file
@ -0,0 +1,32 @@
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user