12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @charset "UTF-8";
- .font {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 600;
- line-height: 24rpx;
- color: #323337;
- margin-left: 22rpx;
- }
- .item {
- height: 132rpx;
- position: relative;
- border-bottom: 1px solid #C7C7C7;
- }
- .box {
- width: 702rpx;
- background: white;
- border-radius: 14rpx;
- padding: 0 16rpx 0 26rpx;
- }
- .page {
- width: 750rpx;
- height: 100vh;
- background: #f6f5fa;
- padding: 0 24rpx;
- border: 1rpx solid rgba(0, 0, 0, 0);
- }
- .top {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 24rpx;
- color: #808080;
- margin: 22rpx 0;
- }
|