|
- /* pages/site/site.wxss */
- .item{
- position: relative;
- text-align: center;
- width: 88%;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 16rpx;
- border: 1rpx #333 solid;
- margin: 20rpx auto
- }
- .logo{
- width: 50rpx;
- position: absolute;
- right: 10rpx;
- top: 0rpx;
- font-size: 36rpx;
- color: rgba(0, 0, 0, 0.8);
- }
|