1234567891011121314151617181920212223 |
- /* pages/repeat/repeat.wxss */
- .page-section{
- padding-left: 32rpx;
- }
- .page-section .list{
- height: 100rpx;
- display: flex;
- align-items: center;
- border-bottom: 1rpx solid #d8d8d8;
- position: relative;
- }
- .page-section .list text{
- font-size: 30epx;
- font-weight: 400;
- color: #353535;
- line-height: 42epx;
- }
- .page-section .list image{
- height: 28rpx;
- position: absolute;
- top: 36rpx;
- right: 32rpx;
- }
|