1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .subtitleColor-bg{background:var(--subtitleColor);color: white;padding: 40rpx;}
- .wallet-btn {padding:2rpx 20rpx;background: #fff;display: inline-block;border-radius: 24rpx;}
- .wallet-account{color: #fff;position: absolute;top: 60rpx;right: 0;background: rgba(255, 255, 255, 0.3);padding: 4rpx 6rpx 4rpx 30rpx;border-top-left-radius: 60rpx;border-bottom-left-radius: 60rpx;display: flex; align-items: center;}
- .title {display: flex;justify-content: space-between;padding: 20rpx;}
- .tips, .tips text{display: inline-block;line-height: 60rpx;}
- .tips:before {
- content: "";
- border-radius: 4rpx;
- background: #ee3a43;
- width: 6rpx;
- height: 40rpx;
- vertical-align: top;
- margin-top: 10rpx;
- margin-right: 12rpx;
- display: inline-block;
- }
- .select{background: #EFEFEF; border-radius: 40rpx; height: 60rpx; line-height: 60rpx; position: relative; font-size: 24rpx; padding: 0 20rpx;}
- .select .picker{width:320rpx;overflow: hidden; line-height: 60rpx; display: inline-block;}
- .select::after{content: '\e991'; font-family: 'icomoon'; font-size: 24rpx; position: absolute; right: 20rpx; top: 45%; line-height: 0;}
- .item {
- padding: 20rpx;
- display: flex;
- line-height: 1.5;
- /* justify-content: space-between; */
- border-bottom: 2rpx solid #dcdddd;
- }
- .item .item-r{
- flex: 1;
- }
- .item .item-r .item-r-t{
- line-height: 36px;
- height: 70rpx;
- }
- .content{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .content view:first-child{
- margin-right: 20rpx;
- line-height: 1.5;
- display: flex;
- /* overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; */
- }
- .content view:first-child > text:first-child{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 250rpx;
- }
- .content view:last-child{
- white-space: nowrap;
- }
- .text-right {
- text-align: right;
- flex-shrink: 0;
- }
- .growup-content-list-photo{width: 70rpx;height: 70rpx;border-radius: 50%;margin-right: 10rpx;}
- /* .photo {display: flex;} */
- .tag{border:2rpx solid #ee3a43; border-radius: 20rpx;font-size: 24rpx;margin-left: 10rpx;padding: 0 16rpx;color: #ee3a43;}
- .row-flex{
- align-items: flex-start;
- }
|