12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- page {
- background: #fff;
- }
- .list .item {
- height: 192rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #EEEEEE;
- }
- .list .item text {
- font-size: 36rpx;
- }
- .list .item .title {
- color: #999;
- font-size: 28rpx;
- margin-bottom: 22rpx;
- }
- .list .item .avatar {
- width: 116rpx;
- height: 116rpx;
- border-radius: 50%;
- background: #EDEDED;
- border: 2rpx solid #979797;
- }
- .tags-list {
- flex-wrap: wrap;
- }
- .tags-list .tags-item {
- padding: 6rpx 20rpx;
- border-radius: 26rpx;
- border: 2rpx solid #333333;
- font-size: 28rpx;
- margin-right: 6rpx;
- margin-bottom: 20rpx;
- box-sizing: border-box;
- overflow: hidden;
- color: #333333;
- }
- .icon-right {
- width: 48rpx;
- height: 48rpx;
- }
- .use-popup {
- width: 558rpx;
- height: 508rpx;
- background: #FFFFFF;
- border-radius: 40rpx;
- justify-content: center;
- /* justify-content: space-evenly; */
- }
- /* .use-popup .red {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #E95564;
- } */
- .use-btn .btn {
- /* width: 208rpx; */
- height: 92rpx;
- margin: 0 48rpx;
- font-size: 36rpx;
- color: #FF77B0;
- border-radius: 52rpx;
- border: 2rpx solid #FF77B0;
- }
- .use-btn .confirm {
- margin-top: 28rpx;
- /* margin-left: 46rpx; */
- background-color: #FF77B0;
- color: #fff;
- }
|