remind.wxss 387 B

123456789
  1. .remind_box{border:1px solid #EEE;width:90%;margin:auto;margin-top:20rpx;border-radius:10rpx;box-shadow :1px 3px 20px 0px #eee; }
  2. .remind{padding:30rpx;}
  3. .remind .title{font-size:34rpx;color:#333;display:block;text-align:center;font-weight:600;}
  4. .remind .text{font-size:27rpx;color:#666;display:block;line-height:44rpx;margin-bottom:25rpx;}
  5. .remind .text:last-child{margin-bottom:0;}