53 lines
825 B
Plaintext
53 lines
825 B
Plaintext
/* pages/gandansecretary/gandansecretary.wxss */
|
|
.page{
|
|
overflow: auto;
|
|
}
|
|
.cell{
|
|
margin:30rpx 32rpx 0;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
padding:30rpx 20rpx;
|
|
}
|
|
.cell .icon{
|
|
width:72rpx;
|
|
height:74rpx;
|
|
}
|
|
.cell .top{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.cell .right{
|
|
margin-left: 20rpx;
|
|
}
|
|
.top .name{
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
}
|
|
.top .date{
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
color: #666666;
|
|
}
|
|
.cell .bottom{
|
|
margin-top: 30rpx;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 42rpx;
|
|
}
|
|
.cell .btnbox{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.btnbox .btn{
|
|
margin-top: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 160rpx;
|
|
font-size: 30rpx;
|
|
color: #FFFFFF;
|
|
height: 60rpx;
|
|
background: #3CC7C0;
|
|
border-radius: 30rpx;
|
|
} |