You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1001 B
56 lines
1001 B
/* pages/old/linkman/index.wxss */
|
|
.btn {
|
|
position: fixed;
|
|
left: 27rpx;
|
|
right: 27rpx;
|
|
width: 697rpx;
|
|
line-height: 107rpx;
|
|
background: #0B898E;
|
|
border-radius: 20rpx;
|
|
bottom: 27rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 49rpx;
|
|
font-weight: 500;
|
|
}
|
|
.item {
|
|
color: #333333;
|
|
margin-bottom: 40rpx;
|
|
font-size: 49rpx;
|
|
font-weight: 500;
|
|
background: white;
|
|
padding: 0 27rpx;
|
|
line-height: 80rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
page {
|
|
background: #EDEDED;
|
|
}
|
|
.item .com-flex {
|
|
padding-left: 24rpx;
|
|
padding-right: 13rpx;
|
|
font-size: 44rpx;
|
|
border-top: 1px solid #D8D8D8;
|
|
height: 147rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.item .com-flex .iconfont {
|
|
width: 53rpx;
|
|
line-height: 53rpx;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
margin-right: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
.item .com-flex .icon-quan {
|
|
color: #ccc;
|
|
background: #ccc;
|
|
}
|
|
.item .com-flex .icon-gou {
|
|
color: #0B898E;
|
|
font-size: 53rpx;
|
|
}
|
|
.item .com-flex .edit-btn {
|
|
color: #0B898E;
|
|
margin-left: 40rpx;
|
|
}
|