12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* pages/check_status/check_status.wxss */
- .li-one{
- margin: 0;
- padding: 0;
- text-align: center;
- }
- .li-one-img{
- width: 235rpx;
- height: 245rpx;
- margin: 150rpx 0 49rpx 0;
- }
- .li-one-name{
- color: #393939;
- font-size: 30rpx;
- margin-bottom: 30rpx;
- }
- .li-one-btn{
- width:212rpx;
- height:70rpx;
- background:rgba(255,100,101,0.2);
- border-radius:35rpx;
- line-height: 70rpx;
- margin: 69rpx auto;
- color: #FF6465;
- font-size: 28rpx;
- }
- .li-two{
- margin: 0 48rpx;
- padding: 0;
- text-align: center;
- }
- .li-two-items{
- width:654rpx;
- height:247rpx;
- background:rgba(243,246,253,1);
- border-radius:10rpx;
- margin-top: 30rpx;
- padding:30rpx;
- }
- .li-two-items-text{
- text-align: left;
- color: #FF6465;
- font-size: 28rpx;
- margin-bottom:19rpx;
- }
- .li-two-items-textarea{
- width:100%;
- height:150rpx;
- text-align: left;
- color: #7C819D;
- font-size: 28rpx;
- }
|