12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /**app.wxss**/
- @import '/miniprogram_npm/weui-miniprogram/weui-wxss/dist/style/weui.wxss';
- Page{
- /* background-color: #F7F7F7; */
- height: 100%;
- width: 100%;
- }
- .comments-end {
- text-align: center;
- padding: 10rpx;
- background-color: #F7F7F7;
- }
- .c-e40360{
- color: #e40360;
- }
- .c-202020{
- color: #202020;
- }
- .c-707070{
- color: #707070;
- }
- .f12{
- /* font-size: 25rpx; */
- font-size: 12px;
- }
- .f13{
- font-size: 13px;
- }
- .f15{
- font-size: 15px;
- }
- .f17{
- font-size: 17px;
- }
- ::-webkit-scrollbar {
- display:none;
- width:0;
- height:0;
- color:transparent;
- }
- .card{
- box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
- border: 1px solid #ebeef5;
- }
- .f18{
- font-size: 18px;
- }
- .f14{
- font-size: 14px;
- }
- .fw300{
- font-weight: 300;
- }
- .fw400{
- font-weight: 400;
- }
- .fw500{
- font-weight: 500;
- }
- .fw600{
- font-weight: 600;
- }
- .f30 {
- font-size: 30rpx;
- }
|