12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /* pages/material/material_details.wxss */
- .container{
- margin: 30rpx 30rpx;
- }
- .notice_tit{
- font-size: 32rpx;
- color: #181818;
- text-align: left;
- display: flex;
- flex-direction: column;
- }
- .tit{
- color: #f94b0e;
- list-style: circle;
- font-size: 34rpx;
- font-weight: 500;
- height: 60rpx;
- line-height: 60rpx;
- margin-bottom: 30rpx;
- }
- .notice_tit_s{
- display: flex;
- flex-direction: column;
- align-items: left;
- padding-bottom: 40rpx;
- }
- .notice_tit_s i{
- font-size: 32rpx;
- color: #181818;
- }
- .bor{
- width: 92%;
- padding: 3% 4%;
- box-shadow: 0px 0px 10rpx #e9e9e9;
- border-radius: 14rpx;
- margin-bottom: 30rpx;
- }
- .icon-weibiaoti--{
- font-size: 36rpx;
- color: #ffaa8a;
- margin-right: 14rpx;
- }
- .icon-dian{
- font-size: 38rpx;
- color: #f94b0e;
- }
|