|
- /* pages/site/site.wxss */
- .items {
- text-align: center;
- padding: 0 25rpx 0 25rpx;
- }
-
- .item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 16rpx;
- margin: 20rpx 0 20rpx 0
- }
-
- .logo {
- width: 50rpx;
- font-size: 36rpx;
- color: rgba(0, 0, 0, 0.8);
- }
|