123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- /* pages/settlement/settlement.wxss */
- .add_icon {
- width: 40rpx;
- height: 40rpx;
- }
- .address-container {
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .gray {
- font-size: 30rpx;
- color: #666;
- }
- .desc {
- height: 12rpx;
- width: 100%;
- background: #eee;
- margin: 20rpx 0;
- }
- .food-img {
- margin: 20rpx 20rpx;
- width: 200rpx;
- height: 125rpx;
- }
- .shop-name {
- font-size: 30rpx;
- font-style: normal;
- margin: 20rpx 20rpx;
- }
- .line {
- margin: 0 20rpx;
- height: 4rpx;
- background-color: #eee;
- }
- .msg {
- height: 100%;
- display: inline-block;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin: 20rpx 4rpx;
- }
- .num {
- margin-top: 46rpx;
- font-size: 28rpx;
- color:#666;
- }
- .name {
- font-size: 30rpx;
- }
- .integral {
- display: inline-block;
- margin: 20rpx 20rpx 0 0;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- position: absolute;
- right:0;
- }
- .food-msg {
- display: flex;
- align-items: flex-start;
- position: relative;
- }
- .pri-in{
- color:red;
- font-size: 30rpx;
- }
- .pri{
- font-size: 28rpx;
- color:#666;
- }
- .package{
- font-size: 28rpx;
- color:#666;
- display: inline-block;
- }
- .package-pri{
- display: inline-block;
- font-size: 28rpx;
- color:red;
- }
- .package-container{
- margin: 20rpx 20rpx;
- display: flex;
- justify-content: space-between;
- }
- .favo-container{
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- margin: 20rpx ;
- }
- .notes{
- display: inline-block;
- font-size: 28rpx;
- margin: 20rpx;
- }
- textarea{
- background-color: #eee;
- border-radius: 5px;
- margin: 20rpx;
- padding: 10rpx;
- box-sizing: border-box;
- width: 80%;
- height:200rpx;
- color: #666;
- font-size: 28rpx;
- display: inline-block;
- position: relative;
- }
- .notes-container{
- display: flex;
- justify-content: center;
- position: relative;
- }
- .total{
- font-size: 28rpx;
- display: inline-block;
- margin: 20rpx 20rpx;
- }
- .btn1{
- margin: 20rpx 20rpx;
- display: inline-block;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- background-color: #ff8e0a;
- color: #fff;
- border-radius: 30px;
- }
- .foot{
- display: flex;
- justify-content: center;
- justify-content: space-between
- }
- .currentWordNumber{
- font-size: 28rpx;
- color: gray;
- position: absolute;
- position: absolute;
- right:0;
- bottom: 0;
- margin:15rpx
- }
- .hint{
- font-size: 28rpx;
- position: absolute;
- top: 130rpx;
- left: 320rpx;
- color: #FF6600;
- }
|