4 Star 0 Fork 1

Admin/AliProgramHuiJu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.acss 6.48 KB
一键复制 编辑 原始数据 按行查看 历史
.flex {
display: -webkit-box;
display: -webkit-flex;
display: flex!important;
}
.flex.wrap {
flex-wrap: wrap;
}
.flex.row {
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
flex-direction: row;
}
.flex.column {
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
flex-direction: column;
}
.flex.aliC {
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
}
.flex.jusSa {
-webkit-box-pack: justify;
justify-content: space-around;
-webkit-justify-content: space-around;
}
.flex.jusC {
-webkit-box-pack: center;
justify-content: center;
-webkit-justify-content: center;
}
.flex.jusSb {
justify-content: space-between;
-webkit-justify-content: space-between;
}
.flex.jusS {
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.flex.jusE {
-webkit-box-pack: end;
justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.line1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.line2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ripple {
position: relative;
overflow: hidden;
}
.ripple:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
background-repeat: no-repeat;
background-position: 50%;
transform: scale(10, 10);
opacity: 0;
transition: transform 0.3s, opacity 0.5s;
}
.ripple:active:after {
transform: scale(0, 0);
opacity: 0.3;
transition: 0s;
}
view, input, navigator, text, button {
box-sizing: border-box;
}
button::after {
border: none;
}
.login-input {
display: block;
height: 62rpx;
border-bottom: 1px solid #e0e0e0;
padding-left: 32rpx;
padding-top: 10rpx;
font-size: 22rpx;
}
.login-input .input-placeholder {
font-size: 32rpx;
color: #9b9b9b;
padding-top: 5rpx;
}
.login-input.input_m40 {
margin-top: 40rpx;
}
.login-input.input_m6 {
margin-top: 12rpx;
}
.login-center_btn {
opacity: 1;
margin-top: 50rpx;
color: #fff;
background-color: #fd9327;
}
.login-center_btn.button-hover {
opacity: 0.4;
}
.login-btn {
background-color: #00E7D2;
color: #fff;
width:540rpx;
height:74rpx;
font-size: 28rpx;
line-height: 74rpx;
margin: 0 auto;
text-align: center;
}
.login-btn.button-hover {
opacity: 0.4;
}
.login-nav {
font-size: 28rpx;
text-align: center;
color: #fd9327;
/* text-decoration: underline; */
}
.userLogin {
height: 100%;
position: relative;
padding: 70rpx 28rpx 0;
}
.userLogin_bg {
width: 750rpx;
height: 220rpx;
position: absolute;
bottom: 0;
left: 0;
}
.userLogin-nav {
text-align: center;
margin: 80rpx;
color: #9b9b9b;
}
.userLogin-nav text, .userLogin-nav navigator {
display: inline;
font-size: 28rpx;
}
.userLogin-nav navigator {
color: #fd9327;
}
navigator.navigator-hover {
background: transparent;
}
.lf {
float: left;
}
.rt {
float: right;
}
.clr {
display: table;
content: "";
clear: both;
}
.black-btn {
background: #fff;
font-size: 32rpx;
color: #4f463e;
border: none;
border-radius: 0;
}
.black-btn.button-hover {
background: #cecece;
}
.yellow-btn {
background: #fd9327;
font-size: 32rpx;
color: #fff;
border: none;
border-radius: 0;
}
.yellow-btn.button-hover {
background: #e0b96a;
}
.orange-btn {
background: #fd9327;
font-size: 32rpx;
color: #fff;
border: none;
border-radius: 0;
}
.orange-btn.button-hover {
background: #d1ab60;
}
.red-btn {
background: #df3535;
font-size: 32rpx;
color: #fff;
border: none;
border-radius: 0;
}
.red-btn.button-hover {
background: #c42d2d;
}
.shop-footer {
width: 100%;
color: #000;
}
.shop-footer .goodList-item {
height: 60rpx;
line-height: 60rpx;
padding: 0 28rpx;
font-size: 28rpx;
}
.shop-footer .goodList-item:first-child {
height: 88rpx;
padding-top: 20rpx;
}
.shop-footer .goodList-item text {
float: right;
}
.list {
background: #fff;
}
.list-item {
line-height: 88rpx;
font-size: 32rpx;
color: #000;
position: relative;
}
.list-item:active {
background: #e0e0e0;
}
.list-item:last-child .list-item_content {
border-bottom: none;
}
.list-item_content {
padding-right: 24rpx;
margin-left: 28rpx;
border-bottom: 2rpx solid #e0e0e0;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.list-item_content__right {
display: flex;
align-items: center;
width: 700rpx;
position: absolute;
left: 0;
top: 0;
height: 88rpx;
justify-content: flex-end;
}
.list-item_content__right input, .list-item_content__right textarea {
width: 100%;
text-align: right;
}
.list-item_content__right picker {
width: 100%;
text-align: right;
}
.list-item_content__img {
margin-left: 20rpx;
width: 16rpx;
height: 24rpx;
}
.goodList {
padding-left: 28rpx;
background: #fff;
}
.goodList-item {
line-height: 88rpx;
font-size: 32rpx;
color: #000;
border-bottom: 2rpx solid #e0e0e0;
}
.goodList-item:last-child {
border-bottom: none;
}
.staple {
height: 80rpx;
text-align: center;
border-bottom: 1px solid #eee;
}
.staple text {
font-size: 28rpx;
color: #000;
}
button{
border: none
}
.scroll-disable{
height: 100%;
overflow: hidden
}
.winMask{
position: fixed;
top: 0;
left: 0;
z-index: 998;
background: rgba(0, 0, 0, .7);
width: 100%;
height: 100%;
}
.winTip{
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
margin: -222rpx 0 0 -304rpx;
width:608rpx;
height:444rpx;
background:rgba(255,255,255,1);
border-radius:16rpx;
text-align: center;
}
.winTip-close{
position: absolute;
top: 24rpx;
right: 24rpx;
width: 24rpx;
height: 24rpx;
}
.winTip-title{
margin-top: 34rpx;
font-size: 30rpx;
}
.winTip-line{
width:565rpx;
height:1px;
background:rgba(237,237,237,1);
margin: 32rpx auto;
}
.winTip-content{
margin-top: 90rpx;
font-size: 24rpx;
line-height: 40rpx;
}
.winTip-txt{
margin-bottom: 38rpx;
font-size: 24rpx;
color: #333333FF;
text-align: left;
}
.winTip-pic{
margin: 72rpx 0 43rpx 0;
width: 112rpx;
height: 103rpx;
}
.winTip-txt>view:first-child{
width: 212rpx;
}
.winTip-btn{
margin: 78rpx auto 0;
width:374rpx;
height:68rpx;
background:rgba(0,231,210,1);
border-radius:16rpx;
line-height: 68rpx;
color: #fff;
font-size: 28rpx;
}
.topLine{
width:750rpx;
height:1px;
background:rgba(237,237,237,1);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nanjing_wheel_admin/AliProgramHuiJu.git
git@gitee.com:nanjing_wheel_admin/AliProgramHuiJu.git
nanjing_wheel_admin
AliProgramHuiJu
AliProgramHuiJu
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385