Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • packageE
  • pages
  • user
  • slimming
  • slimming.wxss
  • 瘦身日记
    da80e8bf
    yvan.ni authored
    2022-11-25 11:35:24 +0800  
    Browse Code »
slimming.wxss 391 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
page{
    background-color: #f2f2f2; line-height: normal;
}

.pd20 {
    padding: 20rpx;
}
.fs26 {
    font-size: 26rpx;
}
.fs28 {
    font-size: 28rpx;
}
.fs30 {
    font-size: 30rpx;
}
.fs32 {
    font-size: 32rpx;
}

.mgt20 {
    margin-top: 20rpx !important;
}

.card {
    background-color: white;
    border-radius: 16rpx;
    overflow: hidden;
}
.txt-center{
    text-align: center;
}