Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • pages
  • justTest
  • justTest.wxss
  • 直播列表和直播详情页
    be1dfe24
    后端研发-倪永富 authored
    2020-07-09 10:46:15 +0800  
    Browse Code »
justTest.wxss 367 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
/* pages/justTest/justTest.wxss */
page {
  background: #fff;
  text-align: center;
}

.box {
  padding: 30rpx 80rpx;
}

.img {
  width: 430rpx;
  height: 430rpx;
  margin: 20rpx 0;
}
button {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 0rpx;
  padding: 0;
  margin: 0;
}

.btn {
  background: green;
  color: #ffffff;
  border-radius: 0;
}