123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* pages/remark/remark.wxss */
- page{
- background: #fff;
- }
- .list{
- margin:0 24rpx;
- padding: 0;
- }
- .list-items{
- background: #F4F6FB;
- margin-bottom: 24rpx;
- padding:30rpx 53rpx;
- /* display: flex;
- justify-content: flex-start; */
- border-radius:16rpx;
- }
- .list-items-title{
- color: #778ADC;
- font-size: 24rpx;
- padding: 35rpx 0;
- }
- .list-items-index{
- color: #fff;
- font-size: 20rpx;
- background: #7689DB;
- width:40rpx;
- height:40rpx;
- border-radius: 50%;
- text-align: center;
- line-height: 40rpx;
- margin-right: 18rpx;
- }
- .list-items-text{
- color: #393939;
- font-size: 30rpx;
- margin-bottom: 39rpx;
- }
- .list-title{
- font-size:30rpx;
- font-family:Lantinghei SC;
- font-weight:600;
- color:rgba(57,57,57,1);
- line-height:40rpx;
- padding: 35rpx 52rpx;
- }
|