123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- page {
- background: #ededed;
- }
-
- .btn-hover {
- background: #f2f2f2 !important;
- }
-
- .user {
- // height: 1800rpx;
- padding-bottom: 80rpx;
- padding-top: 0rpx;
-
-
- .com-item {
- padding-left: 20rpx;
- padding-right: 20rpx;
- margin-top: 20rpx;
-
- .com-wrap {
- border-radius: 25rpx;
- overflow: hidden;
- }
- }
-
- .cell {
- height: 110rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- background: #fff;
- border-bottom: 1px solid #f8f8f8;
-
- &:active {
- background: #f2f2f2;
- }
-
- &:last-child {
- border-bottom: none !important;
- }
-
- .cell-left {
- display: flex;
- align-items: center;
-
- .cell-icon {
- width: 50rpx;
- height: 50rpx;
- }
-
- .cell-text {
- color: #666;
- font-size: 32rpx;
- margin-left: 20rpx;
- // font-size: 30rpx;
- }
- }
-
- .iconfont {
- font-size: 40rpx;
- color: #999;
- }
- }
- }
-
- .signinnow {
- background: orangered;
- font-size: 34rpx;
- color: #fff;
- margin: 0 60rpx 40rpx;
- text-align: center;
- line-height: 90rpx;
- height: 90rpx;
- border-radius: 16rpx;
- font-weight: bold;
- }
|