| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 | /**app.wxss**/.sg-container {  min-height: 100vh;  padding-bottom: 100rpx;  background: #f0f0f0;}.sg-light-gray-bg {  background: #f0f0f0;}.sg-bg {  width: 100%;  position: fixed;  top: 0;  left: 0;  z-index: -1;}.sg-pad-top {  padding-top: 30rpx;}.sg-pad-bottom {  padding-bottom: 30rpx;}.sg-pad-bottom-sm {  padding-bottom: 15rpx;}.sg-pad-tb-sm {  padding-bottom: 15rpx;  padding-top: 15rpx;}.sg-pad-sm {  padding: 15rpx;}.sg-pad {  padding: 30rpx;}.sg-pad-lg {  padding: 50rpx;  box-sizing: border-box;}.sg-text-center {  text-align: center;}.sg-primary-color {  color: #195ED7;}.sg-white {  color: white;}.sg-center {  margin-left: auto;  margin-right: auto;  text-align: center;}.sg-white-bg {  background: white;}.sg-gray-color {  color: rgba(16, 16, 16, 0.5);}.sg-gray-bg {  background: rgba(16, 16, 16, 0.5);}.sg-bold {  font-weight: bold;}.sg-border {  border: 1px solid #ebedf0;}.sg-bottom-border {  border-bottom: 1px solid #ebedf0;}.sg-top-border {  border-top: 1px solid #ebedf0;}.sg-border-right {  border-right: 1px solid #ebedf0;}.sg-margin {  margin: 30rpx;}.sg-margin-top-sm {  margin-top: 30rpx;}.sg-margin-top {  margin-top: 50rpx;}.sg-margin-bottom {  margin-bottom: 30rpx;}.sg-margin-right {  margin-right: 30rpx;}.sg-margin-tb {  margin: 30rpx 0;}.sg-pad-tb {  padding: 30rpx 0;}.sg-pad-tb-sm {  padding: 15rpx 0;}.sg-margin-tb-sm {  margin: 15rpx 0;}.sg-shadow {  box-shadow: 0px 4px 6px 1px #c9c9c9;}.sg-icon-img {  width: 50rpx;}.sg-font-lg {  font-size: 1.2rem;}.sg-font-xs {  font-size: 0.8rem;}.sg-font-small {  font-size: 0.9rem;}.sg-index-bg {  background-color: #5693FC;}.sg-index-color {  color: #5693FC;}.sg-tabs .sg-tab.sg-selected {  color: #5693FC;  border-color: #5693FC;}.sg-avatar {  width: 80rpx;  height: 80rpx !important;  border-radius: 50%;  border: 2px solid white;}.sg-icon {  font-size: 1.2rem;}.sg-icon-lg {  font-size: 1.8rem;}.sg-header {  font-size: 1.2rem;  font-weight: bold;}.sg-flex {  display: flex;}.sg-align-center {  align-items: center;}.sg-space-between {  justify-content: space-between;}.sg-just-center {  justify-content: center;}.sg-space-around {  justify-content: space-around;}.sg-flex-grow {  flex-grow: 1;}.sg-bottom-submit-box {  position: fixed;  bottom: 0;  left: 0;  width: 100%;  background: white;}.sg-big-avatar {  width: 130rpx;  height: 130rpx;  margin-right: 30rpx;  border-radius: 50%;}.sg-red {  color: #ee0a24;}.sg-red-bg {  background: #ee0a24;  color: white;}.sg-deep-blue-bg {  background: #4281F0;}.sg-green {  color: #07c160;}.sg-green-bg {  background: #07c160;  color: white;}.sg-black {  color: black;}.sg-yellow {  color: #ff976a;}.sg-fix-bottom {  width: 100%;  position: fixed;  z-index: 100;  left: 0;  bottom: 0;}.sg-text-right {  text-align: right;}.sg-fix-top {  position: fixed;  left: 0;  top: 0;  width: 100%;}.sg-calendar .van-calendar {  z-index: 3000;}.sg-flex-column {  flex-direction: column;}.sg-block {  width: 100%;}.sg-dot {  width: 20rpx;  height: 20rpx;  border-radius: 50%;  margin-right: 20rpx;}ec-canvas {  width: 100%;  height: 100%;}
 |