123456789101112131415161718 |
- /* pages/shouquan/shouquan.wxss */
- .message-head{
- font-size: 18px;
- text-align: left;
- font-weight: bolder;
- }
- .put{
- width: 80%;
- border: 1px solid;
- margin: 20% auto;
- border-radius: 20rpx;
- }
- .onelog{
- margin-top: 10%;
- background: blue;
- color: aliceblue;
- border-radius: 50px;
- }
|