241 lines
2.9 KiB
Plaintext
241 lines
2.9 KiB
Plaintext
/**app.wxss**/
|
|
page {
|
|
--td-brand-color: #4FAB5F;
|
|
--td-brand-color-active: #4FAB5F;
|
|
color: #373737;
|
|
background: #F6F6F6;
|
|
|
|
}
|
|
|
|
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
content {
|
|
padding: 32rpx;
|
|
}
|
|
|
|
/*
|
|
color
|
|
*/
|
|
.primary {
|
|
color: #4FAB5F;
|
|
}
|
|
|
|
.primary-bg {
|
|
background-color: #4FAB5F;
|
|
}
|
|
|
|
.white {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.white-bg {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.accent {
|
|
color: #BDBDBD;
|
|
}
|
|
|
|
.per-80{
|
|
color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
.per-60{
|
|
color: rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
.per-40{
|
|
color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.grey-bg {
|
|
background-color: #BDBDBD;
|
|
}
|
|
|
|
|
|
|
|
.padding {
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.padding-10 {
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.margin {
|
|
margin: 32rpx;
|
|
}
|
|
|
|
/* layout */
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-center {
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.flex-children-avg {
|
|
flex: 1;
|
|
}
|
|
|
|
.flex-aligin-start {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.flex-aligin-end {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.flex-aligin-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.flex-justify-start {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.flex-justify-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.flex-justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.flex-justify-around {
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.flex-justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.flex-children-avg {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
/* padding */
|
|
.ml-16 {
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.mr-16 {
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.mt-16 {
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.mb-16 {
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.mt-32 {
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.mb-32 {
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.ml-32 {
|
|
margin-left: 32rpx;
|
|
}
|
|
|
|
.ml-5 {
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.mr-5 {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.mr-32 {
|
|
margin-right: 32rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
.line {
|
|
border-bottom: #EFEFEF solid 1rpx
|
|
}
|
|
|
|
.grey {
|
|
color: #AAAAAA;
|
|
}
|
|
|
|
.blue {
|
|
color: blue;
|
|
}
|
|
|
|
.font-black {
|
|
color: #000000E6 !important;
|
|
}
|
|
|
|
.font-sub {
|
|
color: #00000099 !important;
|
|
}
|
|
|
|
.font-12{
|
|
font-size: 12px;
|
|
}
|
|
.font-14 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.font-16 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.w400 {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.row {
|
|
background-color: white;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.btn {
|
|
background-color: white;
|
|
box-shadow: rgba(0, 0, 0, 0.1) 2rpx 2rpx 10rpx;
|
|
width: 70vw;
|
|
border-radius: 50rpx;
|
|
padding: 16rpx;
|
|
}
|
|
|
|
.price {
|
|
color: #EB4C3F;
|
|
}
|